mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-06-12 06:52:57 +00:00
feature privacy flags throw protocol to web.
This commit is contained in:
@@ -639,7 +639,7 @@ int GuideFrame::SaveProfile()
|
||||
// m_MainPtr->app_config->set(std::string(m_SectionName.mb_str()), "privacyuse", "1");
|
||||
// } else
|
||||
// m_MainPtr->app_config->set(std::string(m_SectionName.mb_str()), "privacyuse", "0");
|
||||
m_MainPtr->app_config->set("app", "privacy_policy_isagree", PrivacyUse);
|
||||
m_MainPtr->app_config->set("app", PRIVACY_POLICY_FLAGS, PrivacyUse);
|
||||
BOOST_LOG_TRIVIAL(warning) << "SaveProfile changed the privacy policy with: " << (PrivacyUse ? "true" : "false");
|
||||
wxGetApp().user_update_privacy_notify(PrivacyUse);
|
||||
m_MainPtr->app_config->set("region", m_Region);
|
||||
|
||||
Reference in New Issue
Block a user