🚸 COLOR_UI sleep timeout / setting (#24994)

This commit is contained in:
Tanguy Pruvot
2022-11-26 08:23:24 +01:00
committed by Scott Lahteine
parent b8ba9d60bb
commit b9bed1ca69
5 changed files with 31 additions and 21 deletions

View File

@ -658,7 +658,7 @@ void MarlinSettings::postprocess() {
#if LCD_BACKLIGHT_TIMEOUT_MINS
ui.refresh_backlight_timeout();
#elif HAS_DISPLAY_SLEEP && DISABLED(TFT_COLOR_UI)
#elif HAS_DISPLAY_SLEEP
ui.refresh_screen_timeout();
#endif
}