summaryrefslogtreecommitdiff
path: root/ext/bg/js/options.js
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2020-12-22 18:22:14 -0500
committerGitHub <noreply@github.com>2020-12-22 18:22:14 -0500
commitc03340c4aa77c0a84b28bf18407aa79972697213 (patch)
treee9ac15274cf7e952ac19a3d53e160f4a4ed4a278 /ext/bg/js/options.js
parentd0adf2ca156f92c4f62e8ee5082f26e21e4fde70 (diff)
Change popupCurrentIndicatorMode default to triangle (#1161)
Diffstat (limited to 'ext/bg/js/options.js')
-rw-r--r--ext/bg/js/options.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/bg/js/options.js b/ext/bg/js/options.js
index 6adfdd5e..fd4c078f 100644
--- a/ext/bg/js/options.js
+++ b/ext/bg/js/options.js
@@ -669,7 +669,7 @@ class OptionsUtil {
delete options.global.showPopupPreview;
for (const profile of options.profiles) {
profile.options.general.maximumClipboardSearchLength = 1000;
- profile.options.general.popupCurrentIndicatorMode = 'bar-left';
+ profile.options.general.popupCurrentIndicatorMode = 'triangle';
profile.options.general.popupActionBarVisibility = 'auto';
profile.options.general.popupActionBarLocation = 'right';
}