[Launcher] Correct Wiki link; bug fixes

This commit is contained in:
nastys
2021-02-26 02:30:46 +01:00
parent 2de95dae70
commit 1f57bdaf24
2 changed files with 3 additions and 1 deletions
@@ -78,6 +78,8 @@ bool setBlur(HWND hWnd, AccentState accentState)
return result;
}
return 0;
}
void setDarkTheme(HWND hWnd, bool dark=true)
+1 -1
View File
@@ -985,7 +985,7 @@ private: System::Void button_Discord_Click(System::Object^ sender, System::Event
switch (SkinnedMessageBox::Show(this, "Would you like to read the user guide for troubleshooting?", "PD Launcher", MessageBoxButtons::YesNoCancel, MessageBoxIcon::Information))
{
case System::Windows::Forms::DialogResult::Yes:
System::Diagnostics::Process::Start("https://notabug.org/PDModdingCommunity/PD-Loader");
System::Diagnostics::Process::Start("https://notabug.org/PDModdingCommunity/PD-Loader/wiki");
break;
case System::Windows::Forms::DialogResult::No: