From 7cd863c79b0f54b4e57e72b54eb2450145c07b78 Mon Sep 17 00:00:00 2001 From: pointfeev Date: Thu, 2 Mar 2023 14:53:35 -0500 Subject: [PATCH] Update SelectForm.cs --- CreamInstaller/Forms/SelectForm.cs | 1 + 1 file changed, 1 insertion(+) 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();