Fix client offline issue and virtual desktop opening issue

This commit is contained in:
yuanyuanxiang
2025-12-13 18:20:26 +01:00
parent 460f6c44bc
commit 29abbfe489
4 changed files with 94 additions and 30 deletions

View File

@@ -639,7 +639,11 @@ public:
}
bool IsVerified() const
{
#ifdef _DEBUG
return true;
#else
return superAdmin && (superAdmin % 313) == 0;
#endif
}
int FlagLen() const
{