mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 10:32:20 +00:00
FIX: liveview_remote protocol missing agora
Change-Id: If3a46c67e139e3abc47dc672e32246eb6b59f9fd Jira: STUDIO-10041 (cherry picked from commit 71d9d8969e4bf502adaa56f165fc857be7fe6f5a)
This commit is contained in:
@@ -1643,7 +1643,7 @@ bool MachineObject::is_recording()
|
|||||||
int MachineObject::get_liveview_remote()
|
int MachineObject::get_liveview_remote()
|
||||||
{
|
{
|
||||||
if (is_support_agora) {
|
if (is_support_agora) {
|
||||||
liveview_remote == LVR_None ? LVR_Agora : liveview_remote == LVR_Tutk ? LVR_TutkAgora : liveview_remote;
|
return liveview_remote == LVR_None ? LVR_Agora : liveview_remote == LVR_Tutk ? LVR_TutkAgora : liveview_remote;
|
||||||
}
|
}
|
||||||
return liveview_remote;
|
return liveview_remote;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user