mirror of
https://github.com/FroggMaster/CreamInstaller.git
synced 2026-06-12 19:11:25 -07:00
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:
@@ -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)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user