fix
This commit is contained in:
parent
57dcf2723e
commit
85aca1102a
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ export default {
|
|||
window.addEventListener('resize', this.updateMobileState)
|
||||
},
|
||||
mounted () {
|
||||
if (themeApplied) {
|
||||
if (this.$store.state.interface.themeApplied) {
|
||||
this.removeSplash()
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue