mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-12-27 01:58:36 -07:00
FIX: liveview_remote protocol missing agora
Change-Id: If3a46c67e139e3abc47dc672e32246eb6b59f9fd Jira: STUDIO-10041 (cherry picked from commit 71d9d8969e4bf502adaa56f165fc857be7fe6f5a)
This commit is contained in:
parent
5246fc4c0c
commit
062d922beb
1 changed files with 1 additions and 1 deletions
|
|
@ -1643,7 +1643,7 @@ bool MachineObject::is_recording()
|
|||
int MachineObject::get_liveview_remote()
|
||||
{
|
||||
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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue