Clear menu history for browse media on insert (#20236)
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
This commit is contained in:
@@ -249,3 +249,6 @@ void _lcd_draw_homing();
|
||||
#if ENABLED(TOUCH_SCREEN_CALIBRATION)
|
||||
void touch_screen_calibration();
|
||||
#endif
|
||||
|
||||
extern uint8_t screen_history_depth;
|
||||
inline void clear_menu_history() { screen_history_depth = 0; }
|
||||
|
||||
Reference in New Issue
Block a user