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...
|
// click on the first option with a mouse...
|
||||||
// result:
|
// result:
|
||||||
// the top dialog is not focused...
|
// the top dialog is not focused...
|
||||||
slideshowDialog: ['Slideshow/Toggle and options',
|
slideshowDialog: ['Slideshow/Settings and start',
|
||||||
function(){
|
function(){
|
||||||
var that = this
|
var that = this
|
||||||
|
|
||||||
|
|||||||
@ -698,8 +698,8 @@ module.ViewerActions = actions.Actions({
|
|||||||
|
|
||||||
// toggle chrome on and off...
|
// toggle chrome on and off...
|
||||||
// XXX should this be here???
|
// XXX should this be here???
|
||||||
toggleChrome: ['Workspace|Interface/Toggle chrome',
|
toggleChrome: ['Interface/Toggle chrome',
|
||||||
core.makeConfigToggler('chrome-visible', ['off', 'on'])],
|
core.makeConfigToggler('chrome-visible', ['on', 'off'])],
|
||||||
})
|
})
|
||||||
|
|
||||||
var Viewer =
|
var Viewer =
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user