aboutsummaryrefslogtreecommitdiff
path: root/ext/bg/js/options.js
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2019-02-14 21:42:59 -0500
committertoasted-nutbread <toasted-nutbread@users.noreply.github.com>2019-02-14 21:42:59 -0500
commitba972d8547089d8f2c8e19749ee0a0ab93d36233 (patch)
tree57cb0417e25955abbcd3a41b828aa9a9bc34667c /ext/bg/js/options.js
parent01f611d1898f046de2f367e8fe0ec6692ca7e445 (diff)
Add popup display mode
Allows the popup to be stretched to the full width of the screen, anchored to the top or bottom of the window.
Diffstat (limited to 'ext/bg/js/options.js')
-rw-r--r--ext/bg/js/options.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/bg/js/options.js b/ext/bg/js/options.js
index f5f0bca7..f1e02e18 100644
--- a/ext/bg/js/options.js
+++ b/ext/bg/js/options.js
@@ -190,6 +190,7 @@ function optionsSetDefaults(options) {
debugInfo: false,
maxResults: 32,
showAdvanced: false,
+ popupDisplayMode: 'default',
popupWidth: 400,
popupHeight: 250,
popupOffset: 10,