修复暂停状态下不显示暂停文字的问题
This commit is contained in:
@@ -182,11 +182,8 @@ namespace JoyD.Windows.CS.Toprie
|
||||
// 设置显示标志
|
||||
_isDisplayingInfo = (isPaused || isDisconnected || isReconnecting || _showGlobalTemperature || _showAreaTemperature);
|
||||
|
||||
// 步骤3:如果就绪,调用更新UI
|
||||
if (isReady)
|
||||
{
|
||||
UpdateImageOnUI();
|
||||
}
|
||||
// 步骤3:无论就绪状态如何,都调用更新UI以显示状态信息
|
||||
UpdateImageOnUI();
|
||||
}
|
||||
}
|
||||
catch (Exception ex)
|
||||
|
||||
Reference in New Issue
Block a user