mirror of
https://git.mirrors.martin98.com/https://github.com/bambulab/BambuStudio.git
synced 2025-09-29 06:23:13 +08:00
FIX: change to 'Video Stopped'
Change-Id: Ie8ed7865719652998577d2801ad71bc7da1f634f Jira: none
This commit is contained in:
parent
2e243b3e76
commit
69ad831570
@ -388,7 +388,7 @@ void MediaPlayCtrl::Stop(wxString const &msg)
|
||||
#endif
|
||||
SetStatus(msg2);
|
||||
} else
|
||||
SetStatus(_L("Stopped."), false);
|
||||
SetStatus(_L("Video Stopped."), false);
|
||||
m_last_state = MEDIASTATE_IDLE;
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user