update img & repo url
This commit is contained in:
1
RevokeMsgPatcher/FormMain.Designer.cs
generated
1
RevokeMsgPatcher/FormMain.Designer.cs
generated
@@ -96,6 +96,7 @@
|
||||
this.linkLabel1.TabIndex = 7;
|
||||
this.linkLabel1.TabStop = true;
|
||||
this.linkLabel1.Text = "GitHub";
|
||||
this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
|
||||
//
|
||||
// btnRestore
|
||||
//
|
||||
|
||||
@@ -113,5 +113,10 @@ namespace RevokeMsgPatcher
|
||||
}
|
||||
btnRestore.Enabled = File.Exists(patcher.BakPath);
|
||||
}
|
||||
|
||||
private void linkLabel1_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
|
||||
{
|
||||
System.Diagnostics.Process.Start("https://github.com/huiyadanli/RevokeMsgPatcher");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user