diff --git a/CreamInstaller/Forms/SelectForm.cs b/CreamInstaller/Forms/SelectForm.cs index 55c962e..46f6079 100644 --- a/CreamInstaller/Forms/SelectForm.cs +++ b/CreamInstaller/Forms/SelectForm.cs @@ -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();