mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-25 15:44:12 -06:00
FIX: input ip dialog not show for liveview
Change-Id: I422b89eae3c9b9049416f2460bacb4cc991ca605
This commit is contained in:
parent
fd89e4c256
commit
0cd8d5cd78
1 changed files with 1 additions and 1 deletions
|
@ -187,7 +187,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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue