From c03340c4aa77c0a84b28bf18407aa79972697213 Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Tue, 22 Dec 2020 18:22:14 -0500 Subject: Change popupCurrentIndicatorMode default to triangle (#1161) --- ext/bg/js/options.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/bg/js') 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'; } -- cgit v1.2.3