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)
|
window.addEventListener('resize', this.updateMobileState)
|
||||||
},
|
},
|
||||||
mounted () {
|
mounted () {
|
||||||
if (themeApplied) {
|
if (this.$store.state.interface.themeApplied) {
|
||||||
this.removeSplash()
|
this.removeSplash()
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue