Fix theme not being applied after login

This commit is contained in:
Bubka
2023-03-27 08:30:47 +02:00
parent 3fcb02a4e1
commit aaa343e316
3 changed files with 4 additions and 2 deletions

View File

@ -123,6 +123,8 @@ Vue.mixin({
i18n.locale = this.$root.userPreferences.lang
document.documentElement.lang = this.$root.userPreferences.lang
}
this.setTheme(this.$root.userPreferences.theme)
},
}