update theme loading upon login
This commit is contained in:
parent
3a9ff0797b
commit
d358b8370f
1 changed files with 5 additions and 0 deletions
|
|
@ -704,6 +704,11 @@ const users = {
|
|||
|
||||
useSyncConfigStore().initSyncConfig(user)
|
||||
useUserHighlightStore().initUserHighlight(user)
|
||||
useInterfaceStore()
|
||||
.applyTheme()
|
||||
.catch((e) => {
|
||||
console.error('Error setting theme', e)
|
||||
})
|
||||
commit('addNewUsers', [user])
|
||||
|
||||
useEmojiStore().fetchEmoji()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue