diff options
author | siikamiika <siikamiika@users.noreply.github.com> | 2017-09-29 05:41:29 +0300 |
---|---|---|
committer | siikamiika <siikamiika@users.noreply.github.com> | 2017-09-29 05:41:29 +0300 |
commit | b24c70523479c16eca848f5aafaa887549689ac6 (patch) | |
tree | 164cc016a3a9012c1d92469f9ee06a869d72fbea /ext/mixed/js/display.js | |
parent | 9106b59af628df26f86474fc77abb88c7d9bf9c5 (diff) |
basic structure for feature-merge-similar-results
Diffstat (limited to 'ext/mixed/js/display.js')
-rw-r--r-- | ext/mixed/js/display.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/mixed/js/display.js b/ext/mixed/js/display.js index 302a6280..2dd95692 100644 --- a/ext/mixed/js/display.js +++ b/ext/mixed/js/display.js @@ -234,7 +234,8 @@ class Display { const params = { definitions, addable: options.anki.enable, - grouped: options.general.groupResults, + grouped: options.general.resultOutputMode === 'group', + merged: options.general.resultOutputMode === 'merge', playback: options.general.audioSource !== 'disabled', debug: options.general.debugInfo }; |