ENH:fet the correct Agora status

jira:[none]

Change-Id: Ic779e41f0b652212aa8e4ce016cfe1ef2aba3608
(cherry picked from commit 1c1b366d0035298b387fbeb3a7ee69ef4afb8e2d)
This commit is contained in:
tao wang
2025-01-08 16:20:59 +08:00
committed by Noisyfox
parent 057ba55c87
commit 5246fc4c0c
4 changed files with 20 additions and 6 deletions

View File

@@ -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;