src/Bro.UI.Config/MainFrm.cs
@@ -491,6 +491,8 @@ private void Device_OnDeviceStateChanged(IDevice device, EnumHelper.DeviceState currentState) { ststripDevices.BeginInvoke(new Action(() => { for (int i = 1; i < ststripDevices.Items.Count; i++) { if ((ststripDevices.Items[i].Tag as IDevice)?.Id == device.Id) @@ -500,6 +502,7 @@ break; } } })); } #endregion