Update SelectForm.cs
This commit is contained in:
parent
7370decf56
commit
60512d73e7
1 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue