🚸 Fix ProUI hostui.notify('finished') (#26478)

This commit is contained in:
ellensp
2023-11-29 11:23:18 +13:00
committed by GitHub
parent 8fa4f5a40f
commit dabcd65903

View File

@@ -1722,7 +1722,7 @@ void dwinPrintAborted() {
);
}
#endif
hostui.notify("Print Aborted");
TERN_(HOST_PROMPT_SUPPORT, hostui.notify(GET_TEXT_F(MSG_PRINT_ABORTED)));
dwinPrintFinished();
}