diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2021-02-27 14:04:52 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-27 14:04:52 -0500 |
commit | 1a7c2641652d6da3fa01a82091731aded26e0dc9 (patch) | |
tree | 9993af1e9e7976a082603feb0ac488aa1c9d2a63 /test | |
parent | 9e7a76a1f121ad3622f9efd2867684560a9113db (diff) |
Add standalone reading (#1448)
* Add option
* Update display
* Hide redundant readings
* Improve label and description
Diffstat (limited to 'test')
-rw-r--r-- | test/test-options-util.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/test-options-util.js b/test/test-options-util.js index cfb5bd95..49ab8c9e 100644 --- a/test/test-options-util.js +++ b/test/test-options-util.js @@ -295,7 +295,8 @@ function createProfileOptionsUpdatedTestData1() { popupCurrentIndicatorMode: 'triangle', popupActionBarVisibility: 'auto', popupActionBarLocation: 'top', - frequencyDisplayMode: 'split-tags-grouped' + frequencyDisplayMode: 'split-tags-grouped', + termDisplayMode: 'ruby' }, audio: { enabled: true, |