mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 18:30:09 +00:00
minor fixes...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
8ae8955825
commit
783f0b7e2e
@ -16,13 +16,13 @@ function setupIndicators(){
|
||||
.click(function(){ toggleMarkesView() })
|
||||
showGlobalIndicator(
|
||||
'marked-only-visible',
|
||||
'Marked only images visible (shift-F2)')
|
||||
'Marked only images visible (F3)')
|
||||
.css('cursor', 'hand')
|
||||
.click(function(){ toggleMarkedOnlyView() })
|
||||
|
||||
showContextIndicator(
|
||||
'current-image-marked',
|
||||
'Image is marked (Ins/M)')
|
||||
'Image is marked (Ins)')
|
||||
.css('cursor', 'hand')
|
||||
.click(function(){ toggleImageMark() })
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user