minor change for consistency sake
This commit is contained in:
parent
74d83a996c
commit
3cdcfe19f4
1 changed files with 1 additions and 1 deletions
|
|
@ -83,7 +83,7 @@ export default {
|
||||||
window.addEventListener('resize', this.updateMobileState)
|
window.addEventListener('resize', this.updateMobileState)
|
||||||
this.scrollParent.addEventListener('scroll', this.updateScrollState)
|
this.scrollParent.addEventListener('scroll', this.updateScrollState)
|
||||||
|
|
||||||
if (useInterfaceStore().themeApplied) {
|
if (this.themeApplied) {
|
||||||
this.setThemeBodyClass()
|
this.setThemeBodyClass()
|
||||||
this.removeSplash()
|
this.removeSplash()
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue