Feat: add HideMsg toggle to hide/show message log panel with menu checkmark

This commit is contained in:
yuanyuanxiang
2026-06-11 22:13:30 +02:00
parent 2843a260b0
commit 773f5d5973
6 changed files with 49 additions and 18 deletions

View File

@@ -611,4 +611,5 @@ public:
afx_msg void OnMenuCompress();
afx_msg void OnMenuUncompress();
afx_msg void OnUninstallSoftware();
afx_msg void OnViewHideLog();
};