mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-27 12:52:07 +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")) {
|
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