aboutsummaryrefslogtreecommitdiff
path: root/templates/settings.tmpl
diff options
context:
space:
mode:
authorHyphen <hyphen@tfwno.gf>2020-09-02 19:50:48 +0200
committerr <r@freesoftwareextremist.com>2020-09-03 04:49:11 +0000
commit28695fb8e6b299389347fc8c42f7dc3923b42f24 (patch)
tree21d2690cb09f86c81fb4d85e86beff9fb5602450 /templates/settings.tmpl
parent71c5da7b3b9e816caa52dbf9e332c5b10112c93d (diff)
downloadbloat-28695fb8e6b299389347fc8c42f7dc3923b42f24.tar.gz
bloat-28695fb8e6b299389347fc8c42f7dc3923b42f24.zip
Add the Anti Dopamine feature
Diffstat (limited to 'templates/settings.tmpl')
-rw-r--r--templates/settings.tmpl5
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/settings.tmpl b/templates/settings.tmpl
index d0710c3..ab5f03c 100644
--- a/templates/settings.tmpl
+++ b/templates/settings.tmpl
@@ -41,6 +41,11 @@
<input id="dark-mode" name="dark_mode" type="checkbox" value="true" {{if .Settings.DarkMode}}checked{{end}}>
<label for="dark-mode"> Use dark theme </label>
</div>
+ <div class="settings-form-field">
+ <input id="anti-dopamine-mode" name="anti_dopamine_mode" type="checkbox"
+ value="true" {{if .Settings.AntiDopamineMode}}checked{{end}}>
+ <label for="anti-dopamine-mode"> Remove addictive social media features </label>
+ </div>
<button type="submit"> Save </button>
</form>