diff options
Diffstat (limited to 'ext/mixed/js/display.js')
-rw-r--r-- | ext/mixed/js/display.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/mixed/js/display.js b/ext/mixed/js/display.js index e3b5ee50..daa90b4e 100644 --- a/ext/mixed/js/display.js +++ b/ext/mixed/js/display.js @@ -239,6 +239,8 @@ class Display { grouped: options.general.resultOutputMode === 'group', merged: options.general.resultOutputMode === 'merge', playback: options.general.audioSource !== 'disabled', + tagLineBreak: options.general.tagLineBreak, + compactGlossaries: options.general.compactGlossaries, debug: options.general.debugInfo }; |