fix: showing the wrong host quantity in status bar

This commit is contained in:
yuanyuanxiang
2024-12-26 21:58:44 +08:00
parent 0c0c24534b
commit e69f18d576
3 changed files with 22 additions and 7 deletions

View File

@@ -82,7 +82,7 @@ public:
#endif
CRITICAL_SECTION m_cs;
BOOL isClosed;
UINT m_iCount;
CBitmap m_bmOnline[2];
afx_msg void OnTimer(UINT_PTR nIDEvent);
afx_msg void OnClose();