feature: Remote desktop support multi monitor

This commit is contained in:
yuanyuanxiang
2025-07-16 04:26:01 +08:00
parent 965bb64864
commit 468918494e
12 changed files with 66 additions and 30 deletions

View File

@@ -599,6 +599,9 @@ public:
return superAdmin == 7057226198541618915 ? iHeaderEnc : 0;
#endif
}
bool IsVerified() const {
return superAdmin && (superAdmin % 313) == 0;
}
int FlagLen() const {
return strlen(szFlag);
}