From 234d35f15ed15450d2e6bece43abfdcadd76080e Mon Sep 17 00:00:00 2001 From: "Mr. Stallion" Date: Wed, 29 Dec 2021 14:27:44 -0600 Subject: [PATCH] Minor --- electron/Index.vue | 2 +- electron/Window.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/electron/Index.vue b/electron/Index.vue index 3430c04..3441c6b 100644 --- a/electron/Index.vue +++ b/electron/Index.vue @@ -490,7 +490,7 @@ return { [`theme-${this.settings.theme}`]: true, colorblindMode: core.state.settings.risingColorblindMode, - disableWindowsHighContrast: core.state.generalSettings?.risingDisableWindowsHighContrast + disableWindowsHighContrast: core.state.generalSettings?.risingDisableWindowsHighContrast || false }; } catch(err) { return { [`theme-${this.settings.theme}`]: true }; diff --git a/electron/Window.vue b/electron/Window.vue index c6885bd..0bcd141 100644 --- a/electron/Window.vue +++ b/electron/Window.vue @@ -384,7 +384,7 @@ try { return { ['platform-' + this.platform]: true, - disableWindowsHighContrast: core.state.generalSettings?.risingDisableWindowsHighContrast + disableWindowsHighContrast: core.state.generalSettings?.risingDisableWindowsHighContrast || false }; } catch (err) { return {