diff --git a/extensions/chromium/preferences_schema.json b/extensions/chromium/preferences_schema.json index dabf039e5..1e83464bc 100644 --- a/extensions/chromium/preferences_schema.json +++ b/extensions/chromium/preferences_schema.json @@ -122,10 +122,6 @@ ], "default": 1 }, - "useOnlyCssZoom": { - "type": "boolean", - "default": false - }, "externalLinkTarget": { "title": "External links target window", "description": "Controls how external links will be opened.\n 0 = default.\n 1 = replaces current window.\n 2 = new window/tab.\n 3 = parent.\n 4 = in top window.", diff --git a/web/app_options.js b/web/app_options.js index 5814e89f2..b9aa95ea9 100644 --- a/web/app_options.js +++ b/web/app_options.js @@ -192,7 +192,7 @@ const defaultOptions = { useOnlyCssZoom: { /** @type {boolean} */ value: false, - kind: OptionKind.VIEWER + OptionKind.PREFERENCE, + kind: OptionKind.VIEWER, }, viewerCssTheme: { /** @type {number} */