Skip to content
This repository has been archived by the owner on Nov 3, 2022. It is now read-only.

Commit

Permalink
Edit CreditsWindow
Browse files Browse the repository at this point in the history
Add a small donation option
  • Loading branch information
neatodev committed Apr 11, 2022
1 parent bc0d4e6 commit f087c6b
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 1 deletion.
37 changes: 36 additions & 1 deletion ui/CreditsWindow.Designer.cs

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

5 changes: 5 additions & 0 deletions ui/CreditsWindow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,10 @@ private void linkLabel1_LinkClicked(object sender, LinkLabelLinkClickedEventArgs
{
Process.Start("https://github.com/neatodev/BmLauncher#batman-arkham-asylum---advanced-launcher");
}

private void linkLabel3_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
{
Process.Start("https://www.paypal.com/donate/?hosted_button_id=LG7YTKP4JYN5S");
}
}
}

0 comments on commit f087c6b

Please sign in to comment.