Correct Repo Name Again / Adjust hard to understand help text for SmokeAPI

- Corrected Repository owner name again, missed this during the merge (Unintended change pointing to the wrong repository)
- Adjusted some hard to understand text about the experimental warning for SmokeAPI usage
This commit is contained in:
Frog
2025-11-14 00:02:19 -08:00
parent 63d6879465
commit 8958c0626f
2 changed files with 10 additions and 4 deletions
+9 -3
View File
@@ -973,7 +973,7 @@ internal sealed partial class SelectForm : CustomForm
private void OnLoad(object sender, EventArgs _)
{
retry:
retry:
try
{
HideProgressBar();
@@ -1225,12 +1225,18 @@ internal sealed partial class SelectForm : CustomForm
{
using DialogForm form = new(this);
_ = form.Show(SystemIcons.Information,
"InTest restore SmokeAPI in app. May be unstable."
+ "\n\nIf some games don't launch with it - try disable and reinstall unlock",
"[Experimental] WARNING: This may still be unstable.\n" +
"This setting restores the use of SmokeAPI.\n" +
"If some games don't launch with SmokeAPI enabled, try disabling this setting then Generate and Install again.",
customFormText: "Use SmokeAPI");
}
private void OnSortCheckBoxChanged(object sender, EventArgs e)
=> selectionTreeView.TreeViewNodeSorter =
sortCheckBox.Checked ? PlatformIdComparer.NodeText : PlatformIdComparer.NodeName;
private void programsGroupBox_Enter(object sender, EventArgs e)
{
}
}
+1 -1
View File
@@ -19,7 +19,7 @@ internal static class Program
? index
: Application.ProductVersion.Length)];
internal const string RepositoryOwner = "HvTcCore";
internal const string RepositoryOwner = "FroggMaster";
internal static readonly string RepositoryName = Name;
internal static readonly string RepositoryPackage = Name + ".zip";
internal static readonly string RepositoryExecutable = Name + ".exe";