We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b5b857 commit d140806Copy full SHA for d140806
UltimateOsuServerSwitcher/MainForm.cs
@@ -88,7 +88,7 @@ private void LblGithub_Click(object sender, EventArgs e) =>
88
Process.Start("http://www.github.com/minisbett/ultimate-osu-server-switcher");
89
90
private void btnUpdateAvailable_Click(object sender, EventArgs e) =>
91
- Process.Start("https://github.com/MinisBett/ultimate-osu-server-switcher/releases/latest");
+ Process.Start("https://github.com/MinisBett/ultimate-osu-server-switcher/releases/latest");
92
93
private void pctrbxServerIcon_Click(object sender, EventArgs e)
94
{
0 commit comments