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/js/options.js | |
parent | 48d93f3fa54f594549c78464e37ae02c6b6a4e6d (diff) |
Add option for changing poup scale relative to visual viewport
Diffstat (limited to 'ext/bg/js/options.js')
-rw-r--r-- | ext/bg/js/options.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/bg/js/options.js b/ext/bg/js/options.js index cf9af240..c2da76b1 100644 --- a/ext/bg/js/options.js +++ b/ext/bg/js/options.js @@ -281,6 +281,7 @@ function profileOptionsCreateDefaults() { popupVerticalTextPosition: 'before', popupScalingFactor: 1, popupScaleRelativeToPageZoom: false, + popupScaleRelativeToVisualViewport: true, showGuide: true, compactTags: false, compactGlossaries: false, |