Add fluoride mode

This commit is contained in:
r 2020-01-08 18:16:06 +00:00
parent ca711e62ec
commit a8dbbec988
11 changed files with 243 additions and 32 deletions
renderer

View file

@ -9,6 +9,7 @@ type HeaderData struct {
Title string
NotificationCount int
CustomCSS string
FluorideMode bool
}
type NavbarData struct {