🚸 Fix MKS UI print done state (#27730)

This commit is contained in:
schnurly
2025-04-05 05:27:50 +02:00
committed by GitHub
parent c080518b12
commit 7a257ef3e1
@@ -123,6 +123,7 @@ static void btn_ok_event_cb(lv_obj_t *btn, lv_event_t event) {
#endif
}
else if (DIALOG_IS(TYPE_FINISH_PRINT)) {
uiCfg.print_state = IDLE;
clear_cur_ui();
lv_draw_ready_print();
}