mirror of
https://github.com/FroggMaster/CreamInstaller.git
synced 2026-06-12 11:01:23 -07:00
Update SelectForm.cs
This commit is contained in:
@@ -650,6 +650,7 @@ internal sealed partial class SelectForm : CustomForm
|
||||
if (!Program.Canceled)
|
||||
OnUninstall(null, null);
|
||||
ProgramSelection.All.Clear();
|
||||
programsToScan = null;
|
||||
}
|
||||
else
|
||||
scan = selectResult == DialogResult.OK && choices is not null && choices.Any();
|
||||
|
||||
Reference in New Issue
Block a user