diff options
| author | neobooru <50623835+neobooru@users.noreply.github.com> | 2019-05-22 23:08:26 +0200 |
|---|---|---|
| committer | neobooru <50623835+neobooru@users.noreply.github.com> | 2019-05-22 23:10:27 +0200 |
| commit | 7b236b02c99d0389ca3b01be306d7cfbc764b346 (patch) | |
| tree | 033f56655630fc159bc609de60fc81a72ea2357f /client/js/models | |
| parent | bbde0ab9a069680d3eae514817f037aaa2f20509 (diff) | |
Add setting to display underscores as spaces in tags
Diffstat (limited to 'client/js/models')
| -rw-r--r-- | client/js/models/settings.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/js/models/settings.js b/client/js/models/settings.js index beaeb4d..6c4aa61 100644 --- a/client/js/models/settings.js +++ b/client/js/models/settings.js @@ -16,6 +16,7 @@ const defaultSettings = { tagSuggestions: true, autoplayVideos: false, postsPerPage: 42, + tagUnderscoresAsSpaces: false, }; class Settings extends events.EventTarget { |