make most modals white

This commit is contained in:
Harvey Tindall
2021-12-31 17:28:08 +00:00
parent cf91ee62ed
commit d1b5b74060
8 changed files with 27 additions and 1328 deletions

View File

@@ -40,8 +40,8 @@ func migrateProfiles(app *appContext) {
// Migrate pre-0.2.5 bootstrap theme choice to a17t version.
func migrateBootstrap(app *appContext) {
themes := map[string]string{
"Jellyfin (Dark)": "dark-theme",
"Default (Light)": "light-theme",
"Jellyfin (Dark)": "dark",
"Default (Light)": "light",
}
if app.config.Section("ui").Key("theme").String() == "Bootstrap (Light)" {