2
0
mirror of https://github.com/9ParsonsB/Pulsar.git synced 2025-07-12 04:20:28 -04:00

wire up donate and github links

This commit is contained in:
Xjph
2024-01-21 14:11:07 -03:30
parent 97e981bae2
commit 97da4c71d2
2 changed files with 23 additions and 5 deletions

View File

@ -557,6 +557,7 @@
GithubLink.TabIndex = 6;
GithubLink.TabStop = true;
GithubLink.Text = "github";
GithubLink.LinkClicked += GithubLink_LinkClicked;
//
// DonateLink
//
@ -568,6 +569,7 @@
DonateLink.TabIndex = 7;
DonateLink.TabStop = true;
DonateLink.Text = "Donate";
DonateLink.LinkClicked += DonateLink_LinkClicked;
//
// CoreForm
//