mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-24 03:12:07 +00:00
fix lost User Experience on settings
This commit is contained in:
@@ -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())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user