From a05eccce9e21cca3eb49f20fe58ba64d07c69f1b Mon Sep 17 00:00:00 2001 From: Tamius Han Date: Mon, 19 May 2025 01:15:05 +0200 Subject: [PATCH] fix zoom config --- src/ext/conf/ExtConfPatches.ts | 3 +++ src/ext/conf/ExtensionConf.ts | 3 +++ 2 files changed, 6 insertions(+) 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' }, {