From 2b913d5064d6c5135ed19c720cdccaaaf792fe4c Mon Sep 17 00:00:00 2001 From: WDaan Date: Wed, 16 Nov 2022 14:25:05 +0100 Subject: [PATCH] fix: dark theme glitch --- src/App.vue | 1 + src/components/Navbar/Navbar.vue | 5 ++--- src/components/Navbar/NavbarActions.vue | 11 ++++++----- src/components/Navbar/SpeedGraph.vue | 2 +- src/mixins/General.js | 2 +- src/mixins/TorrentDashboardItem.js | 2 +- src/store/getters.js | 3 ++- 7 files changed, 14 insertions(+), 12 deletions(-) diff --git a/src/App.vue b/src/App.vue index 3549bbab..e344d085 100644 --- a/src/App.vue +++ b/src/App.vue @@ -30,6 +30,7 @@ export default { } }, created() { + this.$vuetify.theme.dark = this.webuiSettings.darkTheme this.$store.commit('SET_APP_VERSION', getVersion()) this.$store.commit('SET_LANGUAGE') this.checkAuthentication() diff --git a/src/components/Navbar/Navbar.vue b/src/components/Navbar/Navbar.vue index a107305f..c84ca644 100644 --- a/src/components/Navbar/Navbar.vue +++ b/src/components/Navbar/Navbar.vue @@ -39,7 +39,7 @@