Skip to content

Commit b214bb4

Browse files
committed
Update status text after proxychange
1 parent e54de62 commit b214bb4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Program.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,10 @@ static void AddressChangedCallback(object sender, EventArgs e)
174174
if(n.OperationalStatus == OperationalStatus.Up && networkChangeAdapterList.Contains(n.Id))
175175
{
176176
status = PingTest();
177+
178+
// Update staus text in console
179+
Clear();
180+
177181
if (status == IPStatus.Success)
178182
{
179183
EnableProxy();

0 commit comments

Comments
 (0)