Merge pull request #16729 from Snuffleupagus/rm-useOnlyCssZoom-pref

Remove the `useOnlyCssZoom` preference
This commit is contained in:
Tim van der Meij 2023-07-23 13:32:09 +02:00 committed by GitHub
commit 8b2380823c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 5 deletions

View File

@ -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.",

View File

@ -192,7 +192,7 @@ const defaultOptions = {
useOnlyCssZoom: {
/** @type {boolean} */
value: false,
kind: OptionKind.VIEWER + OptionKind.PREFERENCE,
kind: OptionKind.VIEWER,
},
viewerCssTheme: {
/** @type {number} */