mirror of
https://github.com/FroggMaster/CreamInstaller.git
synced 2026-06-12 19:11:25 -07:00
Update SelectForm.cs
This commit is contained in:
@@ -573,7 +573,7 @@ internal sealed partial class SelectForm : CustomForm
|
||||
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);
|
||||
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)
|
||||
{
|
||||
programsToScan = choices;
|
||||
|
||||
Reference in New Issue
Block a user