mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-06-11 14:33:04 +00:00
feature privacy policy not exist and show guide
This commit is contained in:
@@ -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");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user