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:
2
ObservatoryCore/UI/CoreForm.Designer.cs
generated
2
ObservatoryCore/UI/CoreForm.Designer.cs
generated
@ -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
|
||||
//
|
||||
|
Reference in New Issue
Block a user