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:
2025-09-18 21:42:27 +10:00
parent 0c6ded6b61
commit 1c4b41d474
13 changed files with 76 additions and 43 deletions

View File

@@ -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