mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 02:10:08 +00:00
notes...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
30ccbe3295
commit
4ebdf562dd
@ -2595,9 +2595,11 @@ var UICollectionActions = actions.Actions({
|
|||||||
}
|
}
|
||||||
this.collect(gids || 'current', title) }, 2)],
|
this.collect(gids || 'current', title) }, 2)],
|
||||||
collectRibbon: ['Collections|Ribbon/Add $ribbon to collection...',
|
collectRibbon: ['Collections|Ribbon/Add $ribbon to collection...',
|
||||||
widgets.uiDialog(function(){ return this.addToCollection('ribbon') })],
|
// NOTE: this is not an alias as we need it to be marked as a dialog...
|
||||||
|
widgets.uiDialog(function(){ return this.collect('ribbon') })],
|
||||||
collectLoaded: ['Collections/$Add loaded images to collection...',
|
collectLoaded: ['Collections/$Add loaded images to collection...',
|
||||||
widgets.uiDialog(function(){ return this.addToCollection('loaded') })],
|
// NOTE: this is not an alias as we need it to be marked as a dialog...
|
||||||
|
widgets.uiDialog(function(){ return this.collect('loaded') })],
|
||||||
joinCollect: [
|
joinCollect: [
|
||||||
collectionGetterWrapper(function(title){ this.joinCollect(title) })],
|
collectionGetterWrapper(function(title){ this.joinCollect(title) })],
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user