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