Improve: Enhance CClientListDlg with grouping and better UX

This commit is contained in:
yuanyuanxiang
2026-01-25 12:14:15 +01:00
parent 53515820ea
commit d7789e04ca
21 changed files with 560 additions and 130 deletions

View File

@@ -26,7 +26,9 @@ public:
char OsName[32];
char Authorized;
uint64_t ID;
char Reserved[768];
char ComputerName[64];
char ProgramPath[256];
char Reserved[448];
_ClientValue()
{