mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 23:46:24 -06:00
FIX: [STUDIO-2767] retry with remote tunnel when local failed
Change-Id: Id0172239d752508227729e81bee6c1a6ff4d3e9d
This commit is contained in:
parent
c142c8a31e
commit
d8517991e4
6 changed files with 38 additions and 16 deletions
|
@ -573,6 +573,7 @@ void MonitorPanel::show_status(int status)
|
|||
m_status_info_panel->show_status(status);
|
||||
m_hms_panel->show_status(status);
|
||||
m_upgrade_panel->show_status(status);
|
||||
m_media_file_panel->Enable(status == MonitorStatus::MONITOR_NORMAL);
|
||||
|
||||
if ((status & (int)MonitorStatus::MONITOR_NO_PRINTER) != 0) {
|
||||
set_default();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue