mirror of
https://github.com/yuanyuanxiang/SimpleRemoter.git
synced 2026-01-21 23:13:08 +08:00
Improve remote control ScreenSpyDlg reconnect logic
This commit is contained in:
@@ -165,8 +165,8 @@ public:
|
||||
}
|
||||
void OnClose()
|
||||
{
|
||||
m_bConnected = FALSE;
|
||||
m_bIsClosed = true;
|
||||
m_bConnected = FALSE;
|
||||
while (m_bIsProcessing)
|
||||
Sleep(200);
|
||||
if(m_hIcon) DestroyIcon(m_hIcon);
|
||||
|
||||
Reference in New Issue
Block a user