Skip to content

Commit

Permalink
added donation link
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-manuel committed Nov 4, 2023
1 parent 70b1232 commit 171752a
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
18 changes: 18 additions & 0 deletions MiniserverForm.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 MiniserverForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,11 @@ private void githubLinkLabel_LinkClicked(object sender, LinkLabelLinkClickedEven
System.Diagnostics.Process.Start("https://github.com/mr-manuel/Loxone_LoxStatEdit");
}

private void donateLabel_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
{
System.Diagnostics.Process.Start("https://github.md0.eu/links/loxstatsedit-donate");
}

#endregion

}
Expand Down

0 comments on commit 171752a

Please sign in to comment.