From 0b2aca9cca49454d7801f05ab99c281aafbe2c79 Mon Sep 17 00:00:00 2001 From: "Mr. Stallion" Date: Wed, 29 Dec 2021 14:21:00 -0600 Subject: [PATCH] Cleaner no high-contrast mode implementation --- CHANGELOG.md | 2 +- chat/SettingsView.vue | 10 ---------- chat/common.ts | 1 - chat/interfaces.ts | 1 - electron/Index.vue | 6 +++++- electron/Window.vue | 22 ++++++++++++++++++++-- electron/common.ts | 1 + electron/main.ts | 10 ++++++++++ helpers/dialog.ts | 1 + scss/themes/chat/dark.scss | 4 ---- scss/themes/chat/default.scss | 5 ----- scss/themes/chat/light.scss | 3 --- 12 files changed, 38 insertions(+), 28 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 587a301..7150a2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ * Fixed ad fields becoming uneditable after an ad is removed * Fixed ads attempting to send after leaving a channel * Linux users now get automatic updates -* Added configuration option to opt out from Windows High Contrast setting +* Added configuration option to opt out from Windows high-contrast setting (Menu > F-Chat > Rising > Disable high-contrast mode) ## 1.16.0 * Upgraded to Electron 14.x diff --git a/chat/SettingsView.vue b/chat/SettingsView.vue index f18d34d..5a93a49 100644 --- a/chat/SettingsView.vue +++ b/chat/SettingsView.vue @@ -199,13 +199,6 @@ -
- -
-