fix zoom config
This commit is contained in:
parent
e118777636
commit
a05eccce9e
@ -119,6 +119,9 @@ const ExtensionConfPatch = Object.freeze([
|
|||||||
onKeyUp: true,
|
onKeyUp: true,
|
||||||
onKeyDown: false,
|
onKeyDown: false,
|
||||||
},
|
},
|
||||||
|
arguments: {
|
||||||
|
zoom: 1
|
||||||
|
},
|
||||||
internalOnly: true,
|
internalOnly: true,
|
||||||
actionId: 'set-zoom-reset'
|
actionId: 'set-zoom-reset'
|
||||||
}, {
|
}, {
|
||||||
|
@ -411,6 +411,9 @@ const ExtensionConf: SettingsInterface = {
|
|||||||
onKeyUp: true,
|
onKeyUp: true,
|
||||||
onKeyDown: false,
|
onKeyDown: false,
|
||||||
},
|
},
|
||||||
|
arguments: {
|
||||||
|
zoom: 1,
|
||||||
|
},
|
||||||
internalOnly: true,
|
internalOnly: true,
|
||||||
actionId: 'set-zoom-reset'
|
actionId: 'set-zoom-reset'
|
||||||
}, {
|
}, {
|
||||||
|
Loading…
Reference in New Issue
Block a user