diff options
| author | siikamiika <siikamiika@users.noreply.github.com> | 2017-10-15 10:22:29 +0300 | 
|---|---|---|
| committer | siikamiika <siikamiika@users.noreply.github.com> | 2017-10-15 10:22:29 +0300 | 
| commit | 293606d2b1fc51b2a22b90fbcf30013eda63db1e (patch) | |
| tree | f56adec5575ee7569117de5e07ae61cb93f121a4 | |
| parent | 0404b42f6188c22e09afd073a755af749a9d0810 (diff) | |
line break after tags on by default
| -rw-r--r-- | ext/bg/js/options.js | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/ext/bg/js/options.js b/ext/bg/js/options.js index a2ee6a0e..968fbf23 100644 --- a/ext/bg/js/options.js +++ b/ext/bg/js/options.js @@ -141,7 +141,7 @@ function optionsSetDefaults(options) {              popupOffset: 10,              showGuide: true,              compactTags: false, -            tagLineBreak: false, +            tagLineBreak: true,              compactGlossaries: false          }, |