enforce no tracking

This commit is contained in:
SoftFever 2023-08-08 19:36:24 +08:00
parent bcbbbf35db
commit 9e73dfeb5d
2 changed files with 6 additions and 0 deletions

View file

@ -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;