diff --git a/src/ext/conf/ExtConfPatches.ts b/src/ext/conf/ExtConfPatches.ts index be51483..0e5c792 100644 --- a/src/ext/conf/ExtConfPatches.ts +++ b/src/ext/conf/ExtConfPatches.ts @@ -119,6 +119,9 @@ const ExtensionConfPatch = Object.freeze([ onKeyUp: true, onKeyDown: false, }, + arguments: { + zoom: 1 + }, internalOnly: true, actionId: 'set-zoom-reset' }, { diff --git a/src/ext/conf/ExtensionConf.ts b/src/ext/conf/ExtensionConf.ts index a3597dd..a9d8714 100644 --- a/src/ext/conf/ExtensionConf.ts +++ b/src/ext/conf/ExtensionConf.ts @@ -411,6 +411,9 @@ const ExtensionConf: SettingsInterface = { onKeyUp: true, onKeyDown: false, }, + arguments: { + zoom: 1, + }, internalOnly: true, actionId: 'set-zoom-reset' }, {