mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-19 14:51:11 -06:00
enforce no tracking
This commit is contained in:
parent
bcbbbf35db
commit
9e73dfeb5d
2 changed files with 6 additions and 0 deletions
|
@ -3966,6 +3966,8 @@ void GUI_App::on_user_login_handle(wxCommandEvent &evt)
|
|||
|
||||
void GUI_App::check_track_enable()
|
||||
{
|
||||
// Orca: alaways disable track event
|
||||
return;
|
||||
if (app_config && app_config->get("firstguide", "privacyuse") == "true") {
|
||||
//enable track event
|
||||
json header_json;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue