more menu tweaking...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2018-11-16 04:13:24 +03:00
parent 58ddd97a69
commit c36fc7cca9

View File

@ -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???