From 85aca1102ab221d8c0d704529421e50a72e506a3 Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Mon, 16 Sep 2024 03:34:19 +0300 Subject: [PATCH] fix --- src/App.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.js b/src/App.js index dad1741c1..d2dd35c7c 100644 --- a/src/App.js +++ b/src/App.js @@ -56,7 +56,7 @@ export default { window.addEventListener('resize', this.updateMobileState) }, mounted () { - if (themeApplied) { + if (this.$store.state.interface.themeApplied) { this.removeSplash() } },