aboutsummaryrefslogtreecommitdiff
path: root/templates/settings.tmpl
diff options
context:
space:
mode:
authorr <r@freesoftwareextremist.com>2019-12-29 11:32:24 +0000
committerr <r@freesoftwareextremist.com>2019-12-29 11:32:24 +0000
commit9e556721c507f5cfbafa32afbfa80b70c6f0eca1 (patch)
tree20f00fa29a6425279359b34e6613f60d5fa315f6 /templates/settings.tmpl
parentede1bb42758d31e2537ba8545b3a403fc94f6cdb (diff)
downloadbloat-9e556721c507f5cfbafa32afbfa80b70c6f0eca1.tar.gz
bloat-9e556721c507f5cfbafa32afbfa80b70c6f0eca1.zip
Add default settings
Diffstat (limited to 'templates/settings.tmpl')
-rw-r--r--templates/settings.tmpl4
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/settings.tmpl b/templates/settings.tmpl
index e2fd778..df04cb1 100644
--- a/templates/settings.tmpl
+++ b/templates/settings.tmpl
@@ -16,6 +16,10 @@
<input id="copy-scope" name="copy_scope" type="checkbox" value="true" {{if .Settings.CopyScope}}checked{{end}}>
<label for="copy-scope"> Copy scope when replying </label>
</div>
+ <div class="settings-form-field">
+ <input id="thread-tab" name="thread_in_new_tab" type="checkbox" value="true" {{if .Settings.ThreadInNewTab}}checked{{end}}>
+ <label for="thread-tab"> Open threads in new tab from timeline </label>
+ </div>
<button type="submit"> Save </button>
</form>