Merge pull request #74 from Snapmaker/dev_bury_point_alves

Dev bury point alves
This commit is contained in:
Alves
2025-12-18 20:13:38 +08:00
committed by GitHub

View File

@@ -88,6 +88,14 @@ bool AppConfig::get_stealth_mode()
if (!get_bool("firstguide","finish")) {
return true;
}
auto isAgree = get("snapmaker_privacy_policy", "isagree");
if (isAgree.empty())
{
return true;
}
return get_bool("stealth_mode");
}