mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-25 07:34:03 -06:00
ENH: [STUDIO-4029] ipcam compatible remake
Change-Id: Ic6cda7daa6a4e3b03fe645d8ae60f1e68a2c3864
This commit is contained in:
parent
182cab1f14
commit
6b5ba84075
6 changed files with 66 additions and 83 deletions
|
@ -1397,7 +1397,7 @@ void StatusPanel::update_camera_state(MachineObject* obj)
|
|||
}
|
||||
|
||||
//vcamera
|
||||
if (obj->is_function_supported(PrinterFunction::FUNC_VIRTUAL_CAMERA)) {
|
||||
if (obj->virtual_camera) {
|
||||
if (m_last_vcamera != (m_media_play_ctrl->IsStreaming() ? 1: 0)) {
|
||||
if (m_media_play_ctrl->IsStreaming()) {
|
||||
m_bitmap_vcamera_img->SetBitmap(m_bitmap_vcamera_on.bmp());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue