some tweaking...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2016-03-29 17:23:12 +03:00
parent 4fee1247b2
commit d2df691301
2 changed files with 3 additions and 3 deletions

View File

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

View File

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