mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-18 11:02:08 +00:00
Fix stop button
This commit is contained in:
@@ -314,6 +314,7 @@ void MediaPlayCtrl::Play()
|
|||||||
m_disable_lan = false;
|
m_disable_lan = false;
|
||||||
m_failed_code = 0;
|
m_failed_code = 0;
|
||||||
m_last_state = MEDIASTATE_INITIALIZING;
|
m_last_state = MEDIASTATE_INITIALIZING;
|
||||||
|
m_button_play->SetIcon("media_stop");
|
||||||
|
|
||||||
if (!m_remote_proto) { // not support tutk
|
if (!m_remote_proto) { // not support tutk
|
||||||
m_failed_code = -1;
|
m_failed_code = -1;
|
||||||
|
|||||||
Reference in New Issue
Block a user