Skip to content

Commit

Permalink
Get theme flags when applying theme, uninstaller fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MishaProductions committed May 29, 2024
1 parent 74b1f7a commit 61df47a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions Rectify11Installer/Core/Backend/Uninstaller.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,11 @@ public bool Uninstall(FrmWizard frm)
Helper.SafeFileDeletion(Path.Combine(Variables.sys32Folder, "ImmersiveFontHandler.dll"));
Helper.SafeFileDeletion(Path.Combine(Variables.sys32Folder, "twinuifonts.dll"));

Helper.SafeFileDeletion(Path.Combine(Variables.sysWOWFolder, "iconres.dll"));
Helper.SafeFileDeletion(Path.Combine(Variables.sysWOWFolder, "duires.dll"));
Helper.SafeFileDeletion(Path.Combine(Variables.sysWOWFolder, "ImmersiveFontHandler.dll"));
Helper.SafeFileDeletion(Path.Combine(Variables.sysWOWFolder, "twinuifonts.dll"));

Logger.CommitLog();
// complete uninstall
if (Variables.CompleteUninstall)
Expand Down

0 comments on commit 61df47a

Please sign in to comment.