From 1b1b24ab35f80ee22ddbdc2172a25b9442bd5dce Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Sat, 19 Dec 2020 15:42:44 -0500 Subject: Entry indicator update (#1134) * Move entry current indicator rules * Simplify rules * Add popupCurrentIndicatorMode option * Add option to settings page * Expose popupCurrentIndicatorMode * Restore asterisk current indicator * Implement dot * Update action button vars * Fix tests * Add none option * Add triangle option --- test/test-options-util.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test') diff --git a/test/test-options-util.js b/test/test-options-util.js index ca14e8d4..46ca0810 100644 --- a/test/test-options-util.js +++ b/test/test-options-util.js @@ -293,7 +293,8 @@ function createProfileOptionsUpdatedTestData1() { useSecurePopupFrameUrl: true, usePopupShadowDom: true, usePopupWindow: false, - maximumClipboardSearchLength: 1000 + maximumClipboardSearchLength: 1000, + popupCurrentIndicatorMode: 'bar-left' }, audio: { enabled: true, -- cgit v1.2.3