minor change for consistency sake

This commit is contained in:
Henry Jameson 2026-01-29 21:15:17 +02:00
commit 3cdcfe19f4

View file

@ -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()
} }