mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 02:10:08 +00:00
minor fix + some tweaking and notes...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
e0d3fabaa0
commit
e01e6229de
@ -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){
|
||||
|
||||
@ -1110,17 +1110,21 @@ var BrowseActionsActions = actions.Actions({
|
||||
'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',
|
||||
'Crop/-82:$Uncrop',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user