From f49c753412ee337d772cc43609eeeb8a06eed912 Mon Sep 17 00:00:00 2001 From: Leonardo Silva <99574879+Leonard-The-Wise@users.noreply.github.com> Date: Sat, 7 May 2022 09:46:46 -0300 Subject: [PATCH] Preparing dark mode for 8.4.1 support. --- src/PluginMain.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/PluginMain.cpp b/src/PluginMain.cpp index 92c4e1a..3d28fc0 100644 --- a/src/PluginMain.cpp +++ b/src/PluginMain.cpp @@ -552,7 +552,6 @@ void Plugin::CheckDarkModeLegacy() colors.darkerText = stoi(GUIConfig->FindAttribute("customColorDarkText")->Value()); colors.disabledText = stoi(GUIConfig->FindAttribute("customColorDisabledText")->Value()); colors.edge = stoi(GUIConfig->FindAttribute("customColorEdge")->Value()); - colors.hotEdge = stoi(GUIConfig->FindAttribute("customColorHotEdge")->Value()); colors.errorBackground = stoi(GUIConfig->FindAttribute("customColorError")->Value()); colors.hotBackground = stoi(GUIConfig->FindAttribute("customColorMenuHotTrack")->Value()); colors.linkText = stoi(GUIConfig->FindAttribute("customColorLinkText")->Value());