Skip to content

Commit

Permalink
Set PSP setup guide button to open relevant online guide
Browse files Browse the repository at this point in the history
  • Loading branch information
Beyley committed Oct 16, 2023
1 parent fd35358 commit 825b900
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Refresher/UI/PSPSetupForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,12 @@ public PSPSetupForm() : base("PSP Setup")

this.InitializePatcher();
}


public override void Guide(object? sender, EventArgs e)
{
this.OpenUrl("https://littlebigrefresh.github.io/Docs/patching/psp");
}

private void SelectedDriveChange(object? sender, EventArgs e)
{
this.Patcher!.PSPDrivePath = this._pspDrive.SelectedKey;
Expand Down

0 comments on commit 825b900

Please sign in to comment.