diff --git a/CreamInstaller/Forms/SelectForm.cs b/CreamInstaller/Forms/SelectForm.cs index 792c873..689da1a 100644 --- a/CreamInstaller/Forms/SelectForm.cs +++ b/CreamInstaller/Forms/SelectForm.cs @@ -177,9 +177,7 @@ namespace CreamInstaller } else if (appId > 0) return; if (Program.Canceled) return; - if (string.IsNullOrWhiteSpace(name)) return; - if (Program.Canceled) return; ProgramSelection selection = ProgramSelection.FromAppId(appId) ?? new(); selection.Name = name;