mirror of
https://gitea.phreedom.club/localhost_frssoft/bloat.git
synced 2025-06-22 02:44:17 +00:00
Add option for user CSS
This commit is contained in:
parent
a82745175e
commit
76c5baef6a
6 changed files with 18 additions and 0 deletions
|
@ -11,6 +11,7 @@ type Settings struct {
|
|||
FluorideMode bool `json:"fluoride_mode"`
|
||||
DarkMode bool `json:"dark_mode"`
|
||||
AntiDopamineMode bool `json:"anti_dopamine_mode"`
|
||||
CSS string `json:"css"`
|
||||
}
|
||||
|
||||
func NewSettings() *Settings {
|
||||
|
@ -25,5 +26,6 @@ func NewSettings() *Settings {
|
|||
FluorideMode: false,
|
||||
DarkMode: false,
|
||||
AntiDopamineMode: false,
|
||||
CSS: "",
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue