修复暂停状态下不显示暂停文字的问题

This commit is contained in:
zqm
2025-11-05 14:51:57 +08:00
parent 67dee41f5f
commit 96841ec19d

View File

@@ -182,11 +182,8 @@ namespace JoyD.Windows.CS.Toprie
// 设置显示标志 // 设置显示标志
_isDisplayingInfo = (isPaused || isDisconnected || isReconnecting || _showGlobalTemperature || _showAreaTemperature); _isDisplayingInfo = (isPaused || isDisconnected || isReconnecting || _showGlobalTemperature || _showAreaTemperature);
// 步骤3如果就绪调用更新UI // 步骤3无论就绪状态如何都调用更新UI以显示状态信息
if (isReady) UpdateImageOnUI();
{
UpdateImageOnUI();
}
} }
} }
catch (Exception ex) catch (Exception ex)