mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 08:47:52 -06:00
FIX: change to 'Video Stopped'
Change-Id: Ie8ed7865719652998577d2801ad71bc7da1f634f Jira: none (cherry picked from commit 69ad831570601554589057983ba7c7caa7964cf2)
This commit is contained in:
parent
d9473fd384
commit
f99116d251
1 changed files with 1 additions and 1 deletions
|
@ -375,7 +375,7 @@ void MediaPlayCtrl::Stop(wxString const &msg)
|
||||||
#endif
|
#endif
|
||||||
SetStatus(msg2);
|
SetStatus(msg2);
|
||||||
} else
|
} else
|
||||||
SetStatus(_L("Stopped."), false);
|
SetStatus(_L("Video Stopped."), false);
|
||||||
m_last_state = MEDIASTATE_IDLE;
|
m_last_state = MEDIASTATE_IDLE;
|
||||||
bool auto_retry = wxGetApp().app_config->get("liveview", "auto_retry") != "false";
|
bool auto_retry = wxGetApp().app_config->get("liveview", "auto_retry") != "false";
|
||||||
if (!auto_retry || m_failed_code >= 100 || m_failed_code == 1) // not keep retry on local error or EOS
|
if (!auto_retry || m_failed_code >= 100 || m_failed_code == 1) // not keep retry on local error or EOS
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue