From 1217bfbcd2d1b72057a3a1ae7417ee9e5d914915 Mon Sep 17 00:00:00 2001 From: mertsincan Date: Tue, 2 Apr 2024 08:55:18 +0100 Subject: [PATCH] Cosmetic --- error.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/error.vue b/error.vue index 18722130e..52d2c712d 100644 --- a/error.vue +++ b/error.vue @@ -55,12 +55,13 @@ export default { document.startViewTransition(() => this.applyTheme(event)); }, applyTheme(event) { - this.$primevue.changeTheme(this.$appState.theme, event.theme, 'theme-link', () => { + // @todo + /*this.$primevue.changeTheme(this.$appState.theme, event.theme, 'theme-link', () => { this.$appState.theme = event.theme; this.$appState.darkTheme = event.dark; EventBus.emit('dark-mode-toggle', { theme: event.theme, dark: event.dark }); - }); + });*/ } } };