mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-28 18:00:09 +00:00
minor bugfix...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
b86f42b43c
commit
f0e0518883
@ -280,7 +280,7 @@ module.AppControlls = core.ImageGridFeatures.Feature({
|
||||
actions: AppControllsActions,
|
||||
|
||||
handlers: [
|
||||
['toggleFullScreen',
|
||||
['start.pre toggleFullScreen',
|
||||
function(){
|
||||
this.toggleAppButtons('on')
|
||||
|
||||
|
||||
@ -1155,7 +1155,7 @@ var ButtonsActions = actions.Actions({
|
||||
makeButtonControlsToggler('main-buttons')],
|
||||
toggleSecondaryButtons: ['Interface/Toggle secondary buttons',
|
||||
makeButtonControlsToggler('secondary-buttons')],
|
||||
toggleAppButtons: ['Interface/Toggle App buttons',
|
||||
toggleAppButtons: ['Interface/Toggle app buttons',
|
||||
makeButtonControlsToggler('app-buttons')],
|
||||
toggleSideButtons: ['Interface/Toggle side buttons',
|
||||
(function(){
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user