v3.3.0.1
- Fixed pre-scan dialog tab indexes - Changed pre-scan dialog group box text for clarification
This commit is contained in:
parent
f0337c8b96
commit
93c28a674c
2 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
|||
<UseWindowsForms>True</UseWindowsForms>
|
||||
<ApplicationIcon>Resources\ini.ico</ApplicationIcon>
|
||||
<IncludeAllContentForSelfExtract>true</IncludeAllContentForSelfExtract>
|
||||
<Version>3.3.0.0</Version>
|
||||
<Version>3.3.0.1</Version>
|
||||
<PackageIcon>Resources\ini.ico</PackageIcon>
|
||||
<PackageLicenseFile>LICENSE</PackageLicenseFile>
|
||||
<Copyright>2021, pointfeev (https://github.com/pointfeev)</Copyright>
|
||||
|
|
|
@ -416,7 +416,7 @@ internal partial class SelectForm : CustomForm
|
|||
if (gameChoices.Any())
|
||||
{
|
||||
using SelectDialogForm form = new(this);
|
||||
List<(string platform, string id, string name)> choices = form.QueryUser("Choose which programs/games to scan:", gameChoices);
|
||||
List<(string platform, string id, string name)> choices = form.QueryUser("Choose which programs/games to scan for DLC:", gameChoices);
|
||||
if (choices is not null) ProgramsToScan = choices;
|
||||
noneFoundLabel.Text = "None of the chosen programs/games were CreamAPI-applicable or ScreamAPI-applicable!\n\nPress the \"Rescan Programs / Games\" button to re-choose.";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue