diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2019-12-30 12:42:12 -0500 |
---|---|---|
committer | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-01-22 20:38:21 -0500 |
commit | 5d366b722f4104d4f3252fb733fa31a44d4df3df (patch) | |
tree | 08baa9842aa4d4b2df5cb5085fef87f3528fa3a4 /ext/bg/data | |
parent | 48d93f3fa54f594549c78464e37ae02c6b6a4e6d (diff) |
Add option for changing poup scale relative to visual viewport
Diffstat (limited to 'ext/bg/data')
-rw-r--r-- | ext/bg/data/options-schema.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ext/bg/data/options-schema.json b/ext/bg/data/options-schema.json index 27de2bf9..3cb25218 100644 --- a/ext/bg/data/options-schema.json +++ b/ext/bg/data/options-schema.json @@ -93,6 +93,7 @@ "popupVerticalTextPosition", "popupScalingFactor", "popupScaleRelativeToPageZoom", + "popupScaleRelativeToVisualViewport", "showGuide", "compactTags", "compactGlossaries", @@ -176,6 +177,10 @@ "type": "boolean", "default": false }, + "popupScaleRelativeToVisualViewport": { + "type": "boolean", + "default": true + }, "showGuide": { "type": "boolean", "default": true |