fix lost User Experience on settings

This commit is contained in:
alves
2025-12-23 18:04:33 +08:00
parent 4f07b65525
commit f121f45390
4 changed files with 27 additions and 4 deletions

View File

@@ -89,7 +89,7 @@ bool AppConfig::get_stealth_mode()
return true;
}
auto isAgree = get("snapmaker_privacy_policy", "isagree");
auto isAgree = get("app", "privacy_policy_isagree");
if (isAgree.empty())
{