Skip to content

Commit

Permalink
Minor GUI changes
Browse files Browse the repository at this point in the history
  • Loading branch information
vicsufer committed May 30, 2017
1 parent 51523f0 commit 155a8cc
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 1 deletion.
49 changes: 49 additions & 0 deletions SpotOsu/Form1.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 6 additions & 1 deletion SpotOsu/Form1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,12 @@ private void exitToolStripMenuItem_Click(object sender, EventArgs e)

private void aboutToolStripMenuItem_Click(object sender, EventArgs e)
{
MessageBox.Show(this,"Developed by: Bordex\nOsu profile: https://osu.ppy.sh/u/4887459 \nTwitter: https://twitter.com/vicbordex");
MessageBox.Show(this, "Developed by: Bordex\nOsu profile: https://osu.ppy.sh/u/4887459 \nTwitter: https://twitter.com/vicbordex \n\n Check for Updates: https://github.com/ByBordex/SpotOsu/releases");
}

private void helpToolStripMenuItem_Click(object sender, EventArgs e)
{
System.Diagnostics.Process.Start("https://github.com/ByBordex/SpotOsu/blob/master/README.md");
}
}
}

0 comments on commit 155a8cc

Please sign in to comment.