Update SelectForm.cs
This commit is contained in:
parent
252db9c775
commit
7cd863c79b
1 changed files with 1 additions and 0 deletions
|
@ -650,6 +650,7 @@ internal sealed partial class SelectForm : CustomForm
|
||||||
if (!Program.Canceled)
|
if (!Program.Canceled)
|
||||||
OnUninstall(null, null);
|
OnUninstall(null, null);
|
||||||
ProgramSelection.All.Clear();
|
ProgramSelection.All.Clear();
|
||||||
|
programsToScan = null;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
scan = selectResult == DialogResult.OK && choices is not null && choices.Any();
|
scan = selectResult == DialogResult.OK && choices is not null && choices.Any();
|
||||||
|
|
Loading…
Reference in a new issue