diff options
author | r <r@freesoftwareextremist.com> | 2020-09-03 06:26:32 +0000 |
---|---|---|
committer | r <r@freesoftwareextremist.com> | 2020-09-03 06:29:03 +0000 |
commit | 7a59d010f6d07bcfb074e60f1f06b002c4bf7b74 (patch) | |
tree | e39adf5e43b74a2c2c66e7e5b38592108b6545f3 /model | |
parent | 28695fb8e6b299389347fc8c42f7dc3923b42f24 (diff) | |
download | bloat-7a59d010f6d07bcfb074e60f1f06b002c4bf7b74.tar.gz bloat-7a59d010f6d07bcfb074e60f1f06b002c4bf7b74.zip |
Fix issues related to AntiDopamine mode
- Add AntiDopamine mode description
- Update fluoride to support AntiDopamine mode
Diffstat (limited to 'model')
-rw-r--r-- | model/settings.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/model/settings.go b/model/settings.go index b7c77cf..03e9581 100644 --- a/model/settings.go +++ b/model/settings.go @@ -9,7 +9,7 @@ type Settings struct { AutoRefreshNotifications bool `json:"auto_refresh_notifications"` FluorideMode bool `json:"fluoride_mode"` DarkMode bool `json:"dark_mode"` - AntiDopamineMode bool `json:"anti_dopamine_mode"` + AntiDopamineMode bool `json:"anti_dopamine_mode"` } func NewSettings() *Settings { |