This commit is contained in:
Henry Jameson 2024-09-16 03:34:19 +03:00
parent 57dcf2723e
commit 85aca1102a

View file

@ -56,7 +56,7 @@ export default {
window.addEventListener('resize', this.updateMobileState)
},
mounted () {
if (themeApplied) {
if (this.$store.state.interface.themeApplied) {
this.removeSplash()
}
},