ENH: fix track record logic
Change-Id: If2953bd3ed9ce1c156f805e551dbe4d99b895737
This commit is contained in:
parent
44b232bcae
commit
7b6bb82d6b
|
@ -4222,8 +4222,8 @@ void GUI_App::check_track_enable()
|
||||||
header_json["name"] = std::string(SLIC3R_APP_NAME);
|
header_json["name"] = std::string(SLIC3R_APP_NAME);
|
||||||
header_json["uuid"] = app_config->get("slicer_uuid");
|
header_json["uuid"] = app_config->get("slicer_uuid");
|
||||||
if (m_agent) {
|
if (m_agent) {
|
||||||
m_agent->track_header(header_json.dump());
|
|
||||||
m_agent->track_enable(true);
|
m_agent->track_enable(true);
|
||||||
|
m_agent->track_header(header_json.dump());
|
||||||
}
|
}
|
||||||
/* record studio start event */
|
/* record studio start event */
|
||||||
json j;
|
json j;
|
||||||
|
|
Loading…
Reference in New Issue