aboutsummaryrefslogtreecommitdiff
path: root/templates/settings.tmpl
diff options
context:
space:
mode:
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 2773deb..d0710c3 100644
--- a/templates/settings.tmpl
+++ b/templates/settings.tmpl
@@ -22,6 +22,10 @@
<label for="thread-tab"> Open threads in new tab from timeline </label>
</div>
<div class="settings-form-field">
+ <input id="hide-attachments" name="hide_attachments" type="checkbox" value="true" {{if .Settings.HideAttachments}}checked{{end}}>
+ <label for="hide-attachments"> Hide attachments </label>
+ </div>
+ <div class="settings-form-field">
<input id="mask-nsfw" name="mask_nsfw" type="checkbox" value="true" {{if .Settings.MaskNSFW}}checked{{end}}>
<label for="mask-nsfw"> Mask NSFW attachments </label>
</div>