This commit is contained in:
2025-05-16 09:30:26 +02:00
parent 640ea88bef
commit 9bd45bc0b8

View File

@@ -13,6 +13,9 @@ Public Class UPDATERfrm
Dim trd As New Threading.Thread(AddressOf Main)
trd.IsBackground = True
trd.Start()
'prevent user to close form
btnClose.Enabled = False
End Sub