Skip to content
This repository was archived by the owner on Feb 19, 2023. It is now read-only.

Commit 63e022d

Browse files
committed
feat: set SysBox to green if connect successfully
1 parent 942efdd commit 63e022d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frmMain.vb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2326,6 +2326,7 @@ LocalErrorHandler:
23262326
If Not client.Connect() Then
23272327
Return
23282328
End If
2329+
SysBox.BackColor = Color.Green
23292330

23302331
While True
23312332
If client.Check() Then

0 commit comments

Comments
 (0)