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

Commit

Permalink
feat: set SysBox to green if connect successfully
Browse files Browse the repository at this point in the history
  • Loading branch information
CCXXXI committed Jul 13, 2022
1 parent 942efdd commit 63e022d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frmMain.vb
Original file line number Diff line number Diff line change
Expand Up @@ -2326,6 +2326,7 @@ LocalErrorHandler:
If Not client.Connect() Then
Return
End If
SysBox.BackColor = Color.Green

While True
If client.Check() Then
Expand Down

0 comments on commit 63e022d

Please sign in to comment.