mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-14 09:02:06 +00:00
FIX: input ip dialog not show for liveview
Change-Id: I422b89eae3c9b9049416f2460bacb4cc991ca605
This commit is contained in:
@@ -182,7 +182,7 @@ void MediaPlayCtrl::Play()
|
||||
|
||||
m_disable_lan = false;
|
||||
if (m_lan_ip.empty())
|
||||
m_failed_code = 1;
|
||||
m_failed_code = -1;
|
||||
|
||||
if (m_lan_mode) {
|
||||
Stop(m_lan_proto < 0
|
||||
|
||||
Reference in New Issue
Block a user