mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 23:46:24 -06:00
FIX: input ip dialog not show for liveview
Change-Id: I422b89eae3c9b9049416f2460bacb4cc991ca605
This commit is contained in:
parent
6cf56467d3
commit
01319c1fed
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue