feature add Personal Information Cross-Border Transfer Notice

This commit is contained in:
alves
2025-12-25 12:10:58 +08:00
parent 0302c21415
commit 4ec2812268
7 changed files with 90 additions and 34 deletions

View File

@@ -89,13 +89,6 @@ bool AppConfig::get_stealth_mode()
return true;
}
auto isAgree = get("app", "privacy_policy_isagree");
if (isAgree.empty())
{
return true;
}
return get_bool("stealth_mode");
}