Skip to content

Commit

Permalink
fix: add custom theme key (#440)
Browse files Browse the repository at this point in the history
  • Loading branch information
uubulb authored Oct 19, 2024
1 parent f6531a5 commit aa81fc0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions model/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ var Themes = map[string]string{
"hotaru": "Hotaru",
"angel-kanade": "AngelKanade",
"server-status": "ServerStatus",
"custom": "Custom(local)",
}

var DashboardThemes = map[string]string{
Expand Down

0 comments on commit aa81fc0

Please sign in to comment.