fix zoom config

This commit is contained in:
Tamius Han 2025-05-19 01:15:05 +02:00
parent e118777636
commit a05eccce9e
2 changed files with 6 additions and 0 deletions

View File

@ -119,6 +119,9 @@ const ExtensionConfPatch = Object.freeze([
onKeyUp: true,
onKeyDown: false,
},
arguments: {
zoom: 1
},
internalOnly: true,
actionId: 'set-zoom-reset'
}, {

View File

@ -411,6 +411,9 @@ const ExtensionConf: SettingsInterface = {
onKeyUp: true,
onKeyDown: false,
},
arguments: {
zoom: 1,
},
internalOnly: true,
actionId: 'set-zoom-reset'
}, {