Changed the workflow to remove the copy to clipboard button and hid the URL text box.
Copied indicator has been added. Added Update button to the About form. Fix the spinny boy on the About page Removed the sound the played
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
Public Class Form3
|
||||
Private Sub Label1_Click(sender As Object, e As EventArgs) Handles Label1.Click
|
||||
Private Sub Button1_Click(sender As Object, e As EventArgs) Handles btnUpdates.Click
|
||||
Dim webAddress As String = "https://gitea.apointless.space/bsncubed/ShippingTracker/releases"
|
||||
Process.Start(webAddress)
|
||||
End Sub
|
||||
|
||||
Private Sub Form3_Load(sender As Object, e As EventArgs) Handles MyBase.Load
|
||||
|
||||
End Sub
|
||||
End Class
|
||||
Reference in New Issue
Block a user