mirror of
https://github.com/netchx/netch.git
synced 2026-03-14 17:43:18 +08:00
Fix #498
This commit is contained in:
@@ -1174,6 +1174,8 @@ namespace Netch.Forms
|
||||
}
|
||||
public void BandwidthState(bool state)
|
||||
{
|
||||
if (InvokeRequired)
|
||||
BeginInvoke(new Action<bool>(BandwidthState), state);
|
||||
UsedBandwidthLabel.Visible /*= UploadSpeedLabel.Visible*/ = DownloadSpeedLabel.Visible = state;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user