From 443d6d1956691861a5e0203e33726b8c2aa93eef Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Sat, 19 Dec 2020 20:07:55 -0500 Subject: Popup action bar options (#1140) * Add options for action bar visibility and location * Add settings * Update styles * Expose properties * Update styles * Update tests --- test/test-options-util.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'test') diff --git a/test/test-options-util.js b/test/test-options-util.js index 46ca0810..a00e9e72 100644 --- a/test/test-options-util.js +++ b/test/test-options-util.js @@ -294,7 +294,9 @@ function createProfileOptionsUpdatedTestData1() { usePopupShadowDom: true, usePopupWindow: false, maximumClipboardSearchLength: 1000, - popupCurrentIndicatorMode: 'bar-left' + popupCurrentIndicatorMode: 'bar-left', + popupActionBarVisibility: 'auto', + popupActionBarLocation: 'right' }, audio: { enabled: true, -- cgit v1.2.3