FIX:fixed no longer prompt no SD card when disabling AMS
Change-Id: I4083ffc46dee3526d61735206c4795f96d9f2f96
This commit is contained in:
parent
6f5de187c6
commit
13f5171eb3
|
@ -2837,7 +2837,7 @@ void SelectMachineDialog::update_show_status()
|
||||||
}
|
}
|
||||||
|
|
||||||
// no ams
|
// no ams
|
||||||
if (!obj_->has_ams()) {
|
if (!obj_->has_ams() || !ams_check->GetValue()) {
|
||||||
if (!has_tips(obj_))
|
if (!has_tips(obj_))
|
||||||
show_status(PrintDialogStatus::PrintStatusReadingFinished);
|
show_status(PrintDialogStatus::PrintStatusReadingFinished);
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Reference in New Issue