mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 02:10:08 +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,
|
actions: AppControllsActions,
|
||||||
|
|
||||||
handlers: [
|
handlers: [
|
||||||
['toggleFullScreen',
|
['start.pre toggleFullScreen',
|
||||||
function(){
|
function(){
|
||||||
this.toggleAppButtons('on')
|
this.toggleAppButtons('on')
|
||||||
|
|
||||||
|
|||||||
@ -1155,7 +1155,7 @@ var ButtonsActions = actions.Actions({
|
|||||||
makeButtonControlsToggler('main-buttons')],
|
makeButtonControlsToggler('main-buttons')],
|
||||||
toggleSecondaryButtons: ['Interface/Toggle secondary buttons',
|
toggleSecondaryButtons: ['Interface/Toggle secondary buttons',
|
||||||
makeButtonControlsToggler('secondary-buttons')],
|
makeButtonControlsToggler('secondary-buttons')],
|
||||||
toggleAppButtons: ['Interface/Toggle App buttons',
|
toggleAppButtons: ['Interface/Toggle app buttons',
|
||||||
makeButtonControlsToggler('app-buttons')],
|
makeButtonControlsToggler('app-buttons')],
|
||||||
toggleSideButtons: ['Interface/Toggle side buttons',
|
toggleSideButtons: ['Interface/Toggle side buttons',
|
||||||
(function(){
|
(function(){
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user