mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 23:46:24 -06:00
post changes after merging BS1.7.4
Remove tracking etc..
This commit is contained in:
parent
e65b11a831
commit
2a478ab4f9
615 changed files with 46215 additions and 54844 deletions
|
@ -280,8 +280,6 @@ void MediaPlayCtrl::Stop(wxString const &msg)
|
|||
j["tutk_state"] = m_tutk_state;
|
||||
j["msg"] = into_u8(msg);
|
||||
NetworkAgent *agent = wxGetApp().getAgent();
|
||||
if (agent)
|
||||
agent->track_event("start_liveview", j.dump());
|
||||
m_last_failed_codes.insert(m_failed_code);
|
||||
}
|
||||
|
||||
|
@ -440,8 +438,6 @@ void MediaPlayCtrl::onStateChanged(wxMediaEvent &event)
|
|||
j["result"] = "success";
|
||||
j["code"] = 0;
|
||||
NetworkAgent* agent = wxGetApp().getAgent();
|
||||
if (agent)
|
||||
agent->track_event("start_liveview", j.dump());
|
||||
|
||||
m_failed_retry = 0;
|
||||
m_failed_code = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue