diff --git a/Refresher/UI/PSPSetupForm.cs b/Refresher/UI/PSPSetupForm.cs index 774892f..65d8173 100644 --- a/Refresher/UI/PSPSetupForm.cs +++ b/Refresher/UI/PSPSetupForm.cs @@ -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;