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

@@ -93,6 +93,8 @@ export default {
},
},
beforeMount() {
setupLocalPersistence()
registerApolloAuthUpdate()
this.$subscribeTo(getSettingSubject("THEME_COLOR"), (color) => {
@@ -136,8 +138,6 @@ export default {
})
}
setupLocalPersistence()
initializeFirebase()
initUserInfo()