tweaking...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2016-04-14 19:35:59 +03:00
parent 7e03d3c3f6
commit ed9018b641
2 changed files with 3 additions and 3 deletions

View File

@ -424,7 +424,7 @@ var StatusBarActions = actions.Actions({
} }
} }
})], })],
updateStatusBar: ['Interface/Update satus bar', updateStatusBar: ['- Interface/Update satus bar',
function(){ this.toggleStatusBar('!') }], function(){ this.toggleStatusBar('!') }],
resetStatusBar: ['Interface/Reset status bar', resetStatusBar: ['Interface/Reset status bar',

View File

@ -299,12 +299,12 @@ module.ViewerActions = actions.Actions({
// General UI stuff... // General UI stuff...
// NOTE: this is applicable to all uses... // NOTE: this is applicable to all uses...
toggleTheme: ['Interface/Toggle viewer theme', toggleTheme: ['Interface/Theme/Toggle viewer theme',
toggler.CSSClassToggler( toggler.CSSClassToggler(
function(){ return this.ribbons.viewer }, function(){ return this.ribbons.viewer },
function(){ return this.config.themes }, function(){ return this.config.themes },
function(state){ this.config.theme = state }) ], function(state){ this.config.theme = state }) ],
toggleRibbonTheme: ['Interface/Toggle ribbon theme', toggleRibbonTheme: ['Interface/Theme/Toggle ribbon theme',
toggler.CSSClassToggler( toggler.CSSClassToggler(
function(){ return this.ribbons.viewer }, function(){ return this.ribbons.viewer },
function(){ return this.config['ribbon-themes'] }, function(){ return this.config['ribbon-themes'] },