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) --- test/test-options-util.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/test-options-util.js b/test/test-options-util.js index 7ef5e0a1..2c8b421c 100644 --- a/test/test-options-util.js +++ b/test/test-options-util.js @@ -294,7 +294,7 @@ function createProfileOptionsUpdatedTestData1() { usePopupShadowDom: true, usePopupWindow: false, maximumClipboardSearchLength: 1000, - popupCurrentIndicatorMode: 'bar-left', + popupCurrentIndicatorMode: 'triangle', popupActionBarVisibility: 'auto', popupActionBarLocation: 'right' }, -- cgit v1.2.3