mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-30 19:00: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() })
|
.click(function(){ toggleMarkesView() })
|
||||||
showGlobalIndicator(
|
showGlobalIndicator(
|
||||||
'marked-only-visible',
|
'marked-only-visible',
|
||||||
'Marked only images visible (shift-F2)')
|
'Marked only images visible (F3)')
|
||||||
.css('cursor', 'hand')
|
.css('cursor', 'hand')
|
||||||
.click(function(){ toggleMarkedOnlyView() })
|
.click(function(){ toggleMarkedOnlyView() })
|
||||||
|
|
||||||
showContextIndicator(
|
showContextIndicator(
|
||||||
'current-image-marked',
|
'current-image-marked',
|
||||||
'Image is marked (Ins/M)')
|
'Image is marked (Ins)')
|
||||||
.css('cursor', 'hand')
|
.css('cursor', 'hand')
|
||||||
.click(function(){ toggleImageMark() })
|
.click(function(){ toggleImageMark() })
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user