Update SelectForm.cs
This commit is contained in:
parent
96f7f0743a
commit
62b5a53909
1 changed files with 1 additions and 1 deletions
|
@ -573,7 +573,7 @@ internal sealed partial class SelectForm : CustomForm
|
||||||
using SelectDialogForm form = new(this);
|
using SelectDialogForm form = new(this);
|
||||||
List<(Platform platform, string id, string name)> choices = form.QueryUser("Choose which programs and/or games to scan for DLC:", gameChoices);
|
List<(Platform platform, string id, string name)> choices = form.QueryUser("Choose which programs and/or games to scan for DLC:", gameChoices);
|
||||||
scan = choices is not null && choices.Any();
|
scan = choices is not null && choices.Any();
|
||||||
const string retry = "\n\nPress the \"Rescan Programs / Games\" button to re-choose.";
|
const string retry = "\n\nPress the \"Rescan\" button to re-choose.";
|
||||||
if (scan)
|
if (scan)
|
||||||
{
|
{
|
||||||
programsToScan = choices;
|
programsToScan = choices;
|
||||||
|
|
Loading…
Reference in a new issue