🎨 ExtUI "user click" and other tweaks (#22122)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
ef321cb723
commit
a3e8bb99e4
@@ -3621,7 +3621,7 @@ void Temperature::isr() {
|
||||
#if G26_CLICK_CAN_CANCEL
|
||||
if (click_to_cancel && ui.use_click()) {
|
||||
wait_for_heatup = false;
|
||||
ui.quick_feedback();
|
||||
TERN_(HAS_LCD_MENU, ui.quick_feedback());
|
||||
}
|
||||
#endif
|
||||
|
||||
@@ -3755,7 +3755,7 @@ void Temperature::isr() {
|
||||
#if G26_CLICK_CAN_CANCEL
|
||||
if (click_to_cancel && ui.use_click()) {
|
||||
wait_for_heatup = false;
|
||||
ui.quick_feedback();
|
||||
TERN_(HAS_LCD_MENU, ui.quick_feedback());
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user