From 1cb9eb260e2abb23f674dc21ff6f805c6e0aaee0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tu=C4=9F=C3=A7e=20K=C3=BC=C3=A7=C3=BCko=C4=9Flu?= Date: Wed, 23 Feb 2022 16:53:32 +0300 Subject: [PATCH] fix app topbar --- src/App.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/App.vue b/src/App.vue index 86e80de90..4024832a0 100755 --- a/src/App.vue +++ b/src/App.vue @@ -49,6 +49,8 @@ export default { if (this.isOutdatedIE()) { this.$toast.add({severity: 'warn', summary: 'Limited Functionality', detail: 'Although PrimeVue supports IE11, ThemeSwitcher in this application cannot be not fully supported by your browser. Please use a modern browser for the best experience of the showcase.'}); } + + this.changeTheme({ theme: this.theme, dark: this.$appState.darkTheme }); }, watch: { $route: {