aboutsummaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2019-12-30 12:36:11 -0500
committertoasted-nutbread <toasted-nutbread@users.noreply.github.com>2020-01-22 20:38:21 -0500
commit48d93f3fa54f594549c78464e37ae02c6b6a4e6d (patch)
treef3741b608700313c3bffa6cfe9d0bb3158874d3e /ext
parent14c1f379ec05400f05058e6aca50cbe5846d0733 (diff)
Fix default value for popupScaleRelativeToPageZoom
Diffstat (limited to 'ext')
-rw-r--r--ext/bg/data/options-schema.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/bg/data/options-schema.json b/ext/bg/data/options-schema.json
index 025ade90..27de2bf9 100644
--- a/ext/bg/data/options-schema.json
+++ b/ext/bg/data/options-schema.json
@@ -174,7 +174,7 @@
},
"popupScaleRelativeToPageZoom": {
"type": "boolean",
- "default": true
+ "default": false
},
"showGuide": {
"type": "boolean",