FIX:fixed no longer prompt no SD card when disabling AMS

Change-Id: I4083ffc46dee3526d61735206c4795f96d9f2f96
This commit is contained in:
tao wang 2023-04-07 12:15:42 +08:00 committed by Lane.Wei
parent 6f5de187c6
commit 13f5171eb3
1 changed files with 1 additions and 1 deletions

View File

@ -2837,7 +2837,7 @@ void SelectMachineDialog::update_show_status()
}
// no ams
if (!obj_->has_ams()) {
if (!obj_->has_ams() || !ams_check->GetValue()) {
if (!has_tips(obj_))
show_status(PrintDialogStatus::PrintStatusReadingFinished);
return;