ENH:optimize the display logic of backup

jira:[STUDIO-4215]

Change-Id: I89436e88be64cfa9d6ff0c191a1539234917fd9b
This commit is contained in:
tao wang
2023-08-29 20:55:13 +08:00
committed by Lane.Wei
parent a67eabbffb
commit 642e82fccf
3 changed files with 4 additions and 2 deletions

View File

@@ -2955,6 +2955,7 @@ void SelectMachineDialog::on_timer(wxTimerEvent &event)
|| obj_->amsList.empty()
|| obj_->ams_exist_bits == 0
|| !obj_->is_support_filament_backup
|| !obj_->is_support_show_filament_backup
|| !obj_->ams_auto_switch_filament_flag
|| !m_checkbox_list["use_ams"]->GetValue() ) {
if (m_ams_backup_tip->IsShown()) {