mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-31 14:52:06 +00:00
Merge pull request #74 from Snapmaker/dev_bury_point_alves
Dev bury point alves
This commit is contained in:
@@ -88,6 +88,14 @@ bool AppConfig::get_stealth_mode()
|
|||||||
if (!get_bool("firstguide","finish")) {
|
if (!get_bool("firstguide","finish")) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
auto isAgree = get("snapmaker_privacy_policy", "isagree");
|
||||||
|
|
||||||
|
if (isAgree.empty())
|
||||||
|
{
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
return get_bool("stealth_mode");
|
return get_bool("stealth_mode");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user