diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2019-12-30 12:36:11 -0500 |
---|---|---|
committer | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-01-22 20:38:21 -0500 |
commit | 48d93f3fa54f594549c78464e37ae02c6b6a4e6d (patch) | |
tree | f3741b608700313c3bffa6cfe9d0bb3158874d3e /ext/bg | |
parent | 14c1f379ec05400f05058e6aca50cbe5846d0733 (diff) |
Fix default value for popupScaleRelativeToPageZoom
Diffstat (limited to 'ext/bg')
-rw-r--r-- | ext/bg/data/options-schema.json | 2 |
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", |