Skip to content

Commit

Permalink
Added Patreon and SubsribeStar as tipping options
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryochan7 committed Apr 19, 2019
1 parent 372f9aa commit fb013ba
Show file tree
Hide file tree
Showing 5 changed files with 971 additions and 302 deletions.
20 changes: 20 additions & 0 deletions DS4Windows/DS4Forms/Hotkeys.Designer.cs

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

10 changes: 10 additions & 0 deletions DS4Windows/DS4Forms/Hotkeys.cs
Original file line number Diff line number Diff line change
Expand Up @@ -111,5 +111,15 @@ private void LinkCurrentSite_LinkClicked(object sender, LinkLabelLinkClickedEven
{
Process.Start("https://ryochan7.github.io/ds4windows-site/");
}

private void LinkPatreon_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
{
Process.Start("https://patreon.com/user?u=501036");
}

private void LinkSubStar_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
{
Process.Start("https://subscribestar.com/ryochan7");
}
}
}
Loading

0 comments on commit fb013ba

Please sign in to comment.