Add the Anti Dopamine feature

This commit is contained in:
Hyphen 2020-09-02 19:50:48 +02:00 committed by r
parent 71c5da7b3b
commit 28695fb8e6
7 changed files with 30 additions and 5 deletions

View file

@ -13,6 +13,7 @@ type Context struct {
DarkMode bool
CSRFToken string
UserID string
AntiDopamineMode bool
}
type NavData struct {