Update SelectForm.cs

This commit is contained in:
pointfeev 2023-03-02 14:53:35 -05:00
parent 252db9c775
commit 7cd863c79b

View file

@ -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();