diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-12-20 22:16:38 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-20 22:16:38 -0500 |
commit | abc017545c6fce1c4b754a560f19d3ccaaf82eca (patch) | |
tree | 6459d86296ac5b8f452988873804138ea23da424 /ext/bg/js/options.js | |
parent | abfe066d7ee97e83c3ffa1cac3eb3eb75a0ea856 (diff) |
Update the popup preview to always be visible on the settings v2 page (#1151)
Diffstat (limited to 'ext/bg/js/options.js')
-rw-r--r-- | ext/bg/js/options.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/bg/js/options.js b/ext/bg/js/options.js index e946c461..6adfdd5e 100644 --- a/ext/bg/js/options.js +++ b/ext/bg/js/options.js @@ -665,6 +665,8 @@ class OptionsUtil { // Added general.popupCurrentIndicatorMode. // Added general.popupActionBarVisibility. // Added general.popupActionBarLocation. + // Removed global option showPopupPreview. + delete options.global.showPopupPreview; for (const profile of options.profiles) { profile.options.general.maximumClipboardSearchLength = 1000; profile.options.general.popupCurrentIndicatorMode = 'bar-left'; |