fix: theme flicker

This commit is contained in:
Andrew Bastin
2021-07-14 22:29:11 -04:00
parent fa8662f17d
commit 86c9e09782
4 changed files with 32 additions and 31576 deletions

View File

@@ -74,7 +74,7 @@ function checkAndMigrateOldSettings() {
const color = window.localStorage.getItem("nuxt-color-mode") as HoppBgColor
applySetting("BG_COLOR", color)
window.localStorage.removeItem("BG_COLOR")
window.localStorage.removeItem("nuxt-color-mode")
}
}