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