mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 10:02:12 +00:00
ENH:fet the correct Agora status
jira:[none] Change-Id: Ic779e41f0b652212aa8e4ce016cfe1ef2aba3608 (cherry picked from commit 1c1b366d0035298b387fbeb3a7ee69ef4afb8e2d)
This commit is contained in:
@@ -222,7 +222,7 @@ void MediaFilePanel::SetMachineObject(MachineObject* obj)
|
||||
m_device_busy = obj->is_camera_busy_off();
|
||||
m_sdcard_exist = obj->has_sdcard();
|
||||
m_local_proto = obj->file_local;
|
||||
m_remote_proto = obj->file_remote;
|
||||
m_remote_proto = obj->get_file_remote();
|
||||
m_model_download_support = obj->file_model_download;
|
||||
} else {
|
||||
m_lan_mode = false;
|
||||
|
||||
Reference in New Issue
Block a user