diff options
Diffstat (limited to 'ext/mixed/js')
| -rw-r--r-- | ext/mixed/js/display.js | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/ext/mixed/js/display.js b/ext/mixed/js/display.js index daa90b4e..41fe85eb 100644 --- a/ext/mixed/js/display.js +++ b/ext/mixed/js/display.js @@ -239,7 +239,6 @@ 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              }; |