mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 02:10:08 +00:00
more menu tweaking...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
58ddd97a69
commit
c36fc7cca9
@ -229,7 +229,7 @@ var TagUIActions = actions.Actions({
|
|||||||
'Marked image tags'
|
'Marked image tags'
|
||||||
: gids.length > 1 ?
|
: gids.length > 1 ?
|
||||||
'Tags of: '+ gids.join(', ')
|
'Tags of: '+ gids.join(', ')
|
||||||
: 'Tags' }},
|
: 'Current image tags' }},
|
||||||
widgets.makeUIDialog(function(...gids){
|
widgets.makeUIDialog(function(...gids){
|
||||||
var that = this
|
var that = this
|
||||||
|
|
||||||
@ -359,7 +359,8 @@ var TagUIActions = actions.Actions({
|
|||||||
close: function(){ that.refresh() },
|
close: function(){ that.refresh() },
|
||||||
}, opts))
|
}, opts))
|
||||||
})],
|
})],
|
||||||
showMarkedTagCoud: ['Tag|Mark/$Tags of $marked images...',
|
showMarkedTagCoud: ['Tag|Mark/$Tag $marked images...',
|
||||||
|
{dialogTitle: 'Tag marked images'},
|
||||||
'showTagCloud: "marked"'],
|
'showTagCloud: "marked"'],
|
||||||
// XXX should this show all the tags or just the used???
|
// XXX should this show all the tags or just the used???
|
||||||
// XXX should we add image count to tags???
|
// XXX should we add image count to tags???
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user