mirror of
https://git.mirrors.martin98.com/https://github.com/bambulab/BambuStudio.git
synced 2025-09-28 16:53:14 +08:00
FIX: do not disable the dialog
jira: [STUDIO-12070] Change-Id: Ifea317deaab5e8cc9630930315104570966dc59a
This commit is contained in:
parent
73d9f515de
commit
3cb9194247
@ -1317,7 +1317,6 @@ void SendToPrinterDialog::update_show_status()
|
|||||||
show_status(PrintDialogStatus::PrintStatusReadingFinished);
|
show_status(PrintDialogStatus::PrintStatusReadingFinished);
|
||||||
return;
|
return;
|
||||||
} else/* if (obj_->connection_type() == "cloud")*/ {
|
} else/* if (obj_->connection_type() == "cloud")*/ {
|
||||||
Enable(obj_ && obj_->is_connected());
|
|
||||||
std::string dev_id = obj_->dev_ip;
|
std::string dev_id = obj_->dev_ip;
|
||||||
if (m_file_sys) {
|
if (m_file_sys) {
|
||||||
if (dev_id == m_device_select) {
|
if (dev_id == m_device_select) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user