mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 18:30:09 +00:00
tweaking...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
7e03d3c3f6
commit
ed9018b641
@ -424,7 +424,7 @@ var StatusBarActions = actions.Actions({
|
||||
}
|
||||
}
|
||||
})],
|
||||
updateStatusBar: ['Interface/Update satus bar',
|
||||
updateStatusBar: ['- Interface/Update satus bar',
|
||||
function(){ this.toggleStatusBar('!') }],
|
||||
|
||||
resetStatusBar: ['Interface/Reset status bar',
|
||||
|
||||
@ -299,12 +299,12 @@ module.ViewerActions = actions.Actions({
|
||||
|
||||
// General UI stuff...
|
||||
// NOTE: this is applicable to all uses...
|
||||
toggleTheme: ['Interface/Toggle viewer theme',
|
||||
toggleTheme: ['Interface/Theme/Toggle viewer theme',
|
||||
toggler.CSSClassToggler(
|
||||
function(){ return this.ribbons.viewer },
|
||||
function(){ return this.config.themes },
|
||||
function(state){ this.config.theme = state }) ],
|
||||
toggleRibbonTheme: ['Interface/Toggle ribbon theme',
|
||||
toggleRibbonTheme: ['Interface/Theme/Toggle ribbon theme',
|
||||
toggler.CSSClassToggler(
|
||||
function(){ return this.ribbons.viewer },
|
||||
function(){ return this.config['ribbon-themes'] },
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user