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());