🎨 ExtUI "user click" and other tweaks (#22122)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
This commit is contained in:
committed by
Scott Lahteine
parent
56355159c6
commit
d84e2d6e29
@@ -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