From 8d292363d4d7363134a66e6d35e549f4634521a1 Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Tue, 26 Jan 2021 18:30:01 -0500 Subject: Update clipboard options organization (#1318) * Update options organization * Update general.enableClipboardPopups to clipboard.enableBackgroundMonitor * Update general.enableClipboardMonitor to clipboard.enableSearchPageMonitor * Update general.maximumClipboardSearchLength to clipboard.maximumSearchLength * Update general.autoSearchClipboardContent to clipboard.autoSearchContent --- test/test-options-util.js | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'test') diff --git a/test/test-options-util.js b/test/test-options-util.js index 1f4e3bfb..8b8d1ce7 100644 --- a/test/test-options-util.js +++ b/test/test-options-util.js @@ -259,7 +259,6 @@ function createProfileOptionsUpdatedTestData1() { return { general: { enable: true, - enableClipboardPopups: false, resultOutputMode: 'group', debugInfo: false, maxResults: 32, @@ -285,7 +284,6 @@ function createProfileOptionsUpdatedTestData1() { customPopupCss: '', customPopupOuterCss: '', enableWanakana: true, - enableClipboardMonitor: false, showPitchAccentDownstepNotation: true, showPitchAccentPositionNotation: true, showPitchAccentGraph: false, @@ -293,11 +291,9 @@ function createProfileOptionsUpdatedTestData1() { useSecurePopupFrameUrl: true, usePopupShadowDom: true, usePopupWindow: false, - maximumClipboardSearchLength: 1000, popupCurrentIndicatorMode: 'triangle', popupActionBarVisibility: 'auto', - popupActionBarLocation: 'top', - autoSearchClipboardContent: true + popupActionBarLocation: 'top' }, audio: { enabled: true, @@ -469,6 +465,12 @@ function createProfileOptionsUpdatedTestData1() { useTop: false, windowType: 'popup', windowState: 'normal' + }, + clipboard: { + enableBackgroundMonitor: false, + enableSearchPageMonitor: false, + autoSearchContent: true, + maximumSearchLength: 1000 } }; } -- cgit v1.2.3