From 48d93f3fa54f594549c78464e37ae02c6b6a4e6d Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Mon, 30 Dec 2019 12:36:11 -0500 Subject: [PATCH] Fix default value for popupScaleRelativeToPageZoom --- ext/bg/data/options-schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",