mirror of
https://git.mirrors.martin98.com/https://github.com/bambulab/BambuStudio.git
synced 2025-09-20 23:33:15 +08:00
FIX: input ip dialog not show for liveview
Change-Id: I422b89eae3c9b9049416f2460bacb4cc991ca605
This commit is contained in:
parent
fd89e4c256
commit
0cd8d5cd78
@ -187,7 +187,7 @@ void MediaPlayCtrl::Play()
|
|||||||
|
|
||||||
m_disable_lan = false;
|
m_disable_lan = false;
|
||||||
if (m_lan_ip.empty())
|
if (m_lan_ip.empty())
|
||||||
m_failed_code = 1;
|
m_failed_code = -1;
|
||||||
|
|
||||||
if (m_lan_mode) {
|
if (m_lan_mode) {
|
||||||
Stop(m_lan_proto < 0
|
Stop(m_lan_proto < 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user