Skip to content

Commit

Permalink
fix mica checkbox in r11cpl
Browse files Browse the repository at this point in the history
  • Loading branch information
MishaProductions committed Mar 30, 2024
1 parent 11eae9f commit 2874476
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Rectify11Installer/Core/Backend/Themes.cs
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,9 @@ private static void InstallMfe()
Helper.SafeDirectoryDeletion(path, false);
string t = InstallOptions.TabbedNotMica ? "T" : "";
string val = "";

// TODO: Use CRectifyUtil

if (InstallOptions.ThemeLight) val = t + "lightrectified.conf";
else if (InstallOptions.ThemeDark) val = t + "darkrectified.conf";
else if (InstallOptions.ThemePDark) val = t + "darkrectified.conf";
Expand Down
2 changes: 1 addition & 1 deletion RectifyControlPanel2

0 comments on commit 2874476

Please sign in to comment.