Skip to content

Commit

Permalink
Preparing dark mode for 8.4.1 support.
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonard-The-Wise committed May 7, 2022
1 parent dc52870 commit f49c753
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/PluginMain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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());
Expand Down

0 comments on commit f49c753

Please sign in to comment.