diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2021-02-25 17:48:39 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-25 17:48:39 -0500 |
commit | ec495bd7b23f0326fa9898a1af79ac38270f91fb (patch) | |
tree | 2dcedcd3c0beeeb9831bbbada816cc9ab45d4a5a /test/test-options-util.js | |
parent | 6bda81b4220cf6057f24e5b08aa9a62e4e535bc2 (diff) |
Improve frequency display (#1438)
* Add frequencyDisplayMode option
* Update tests
* Add setting
* Update frequency display styles
* Improve wrapping
Diffstat (limited to 'test/test-options-util.js')
-rw-r--r-- | test/test-options-util.js | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/test/test-options-util.js b/test/test-options-util.js index 20b1f3f4..cfb5bd95 100644 --- a/test/test-options-util.js +++ b/test/test-options-util.js @@ -294,7 +294,8 @@ function createProfileOptionsUpdatedTestData1() { usePopupWindow: false, popupCurrentIndicatorMode: 'triangle', popupActionBarVisibility: 'auto', - popupActionBarLocation: 'top' + popupActionBarLocation: 'top', + frequencyDisplayMode: 'split-tags-grouped' }, audio: { enabled: true, @@ -559,7 +560,7 @@ function createOptionsUpdatedTestData1() { } ], profileCurrent: 0, - version: 8, + version: 9, global: { database: { prefixWildcardsSupported: false |