We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c35e64 commit cac63f8Copy full SHA for cac63f8
1 file changed
SharpPocketToolsGUI/frmMain.vb
@@ -1,4 +1,4 @@
1
-Imports System.ComponentModel
+Imports System.ComponentModel
2
Imports System.Formats.Tar
3
Imports System.IO
4
Imports System.Windows.Forms.VisualStyles.VisualStyleElement
@@ -316,6 +316,6 @@ Public Class frmMain
316
End Sub
317
318
Private Sub linkWeb_LinkClicked(sender As Object, e As LinkLabelLinkClickedEventArgs) Handles linkWeb.LinkClicked
319
- Process.Start("https://github.com/SilverGreen93")
+ Process.Start("explorer.exe", "https://github.com/SilverGreen93/SharpPocketToolsGUI")
320
321
End Class
0 commit comments