mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 18:30:09 +00:00
some tweaking...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
4fee1247b2
commit
d2df691301
@ -63,7 +63,7 @@ var SlideshowActions = actions.Actions({
|
||||
// click on the first option with a mouse...
|
||||
// result:
|
||||
// the top dialog is not focused...
|
||||
slideshowDialog: ['Slideshow/Toggle and options',
|
||||
slideshowDialog: ['Slideshow/Settings and start',
|
||||
function(){
|
||||
var that = this
|
||||
|
||||
|
||||
@ -698,8 +698,8 @@ module.ViewerActions = actions.Actions({
|
||||
|
||||
// toggle chrome on and off...
|
||||
// XXX should this be here???
|
||||
toggleChrome: ['Workspace|Interface/Toggle chrome',
|
||||
core.makeConfigToggler('chrome-visible', ['off', 'on'])],
|
||||
toggleChrome: ['Interface/Toggle chrome',
|
||||
core.makeConfigToggler('chrome-visible', ['on', 'off'])],
|
||||
})
|
||||
|
||||
var Viewer =
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user