minor fix + some tweaking and notes...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2017-08-23 19:57:27 +03:00
parent e0d3fabaa0
commit e01e6229de
2 changed files with 12 additions and 8 deletions

View File

@ -446,7 +446,7 @@ module.SortActions = actions.Actions({
var cache = this.data.sort_order = this.data.sort_order || {}
cache[title] = this.data.order.slice()
}],
loadOrder: ['- Srot/',
loadOrder: ['- Sort/',
function(title, reverse){
var order = (this.data.sort_order || {})[title]
if(order){

View File

@ -1109,17 +1109,21 @@ var BrowseActionsActions = actions.Actions({
// the matching paths...
'Crop/60:crop .*ribbon.*',
'Crop/50:crop.*',
// We can also add separators here...
'Crop/11:---',
'Crop/10:.*collection.*',
'Crop/09:---',
// The rest of the elements in the path will get added
// between the positive and negative prioritized items...
// ...
// We can also add separators here...
// NOTE: the separator is the only element in a level
// that can be used multiple times.
// ...any other elements with identical text will
// get overwritten by the last occurrence...
'Crop/-50:---',
'Crop/-60:.*collection.*',
'Crop/-70:---',
'Crop/-80:Uncrop and keep crop image order',
'Crop/-81:Uncrop all',