Feature: Add a menu to uninstall client program

This commit is contained in:
yuanyuanxiang
2025-10-09 03:23:08 +08:00
parent d7c0e32d91
commit 75d7ffa32a
11 changed files with 56 additions and 3 deletions

View File

@@ -216,7 +216,7 @@ public:
CRITICAL_SECTION m_cs;
BOOL isClosed;
CMenu m_MainMenu;
CBitmap m_bmOnline[15];
CBitmap m_bmOnline[16];
uint64_t m_superID;
enum {
STATUS_UNKNOWN = -1,
@@ -306,4 +306,5 @@ public:
afx_msg LRESULT OnShowErrMessage(WPARAM wParam, LPARAM lParam);
afx_msg void OnMainWallet();
afx_msg void OnToolRcedit();
afx_msg void OnOnlineUninstall();
};