fix: remote desktop algorithm doesn't take effort

And add menus for remote desktop operation
This commit is contained in:
yuanyuanxiang
2025-06-04 03:04:46 +08:00
parent 6b7a83a599
commit 7e7db73358
9 changed files with 46 additions and 2 deletions

View File

@@ -182,7 +182,7 @@ public:
CRITICAL_SECTION m_cs;
BOOL isClosed;
CMenu m_MainMenu;
CBitmap m_bmOnline[6];
CBitmap m_bmOnline[10];
bool CheckValid();
afx_msg void OnTimer(UINT_PTR nIDEvent);
afx_msg void OnClose();
@@ -235,4 +235,8 @@ public:
afx_msg void OnHelpImportant();
afx_msg void OnHelpFeedback();
afx_msg void OnDynamicSubMenu(UINT nID);
afx_msg void OnOnlineVirtualDesktop();
afx_msg void OnOnlineGrayDesktop();
afx_msg void OnOnlineRemoteDesktop();
afx_msg void OnOnlineH264Desktop();
};