mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-30 10:50:08 +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('!') }],
|
function(){ this.toggleStatusBar('!') }],
|
||||||
|
|
||||||
resetStatusBar: ['Interface/Reset status bar',
|
resetStatusBar: ['Interface/Reset status bar',
|
||||||
|
|||||||
@ -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'] },
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user