Skip to content

Commit

Permalink
🚸 LED Default may toggle On
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead committed Aug 21, 2024
1 parent 20f71fa commit c84bea7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/src/lcd/menu/menu_led.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
}

#if ENABLED(LED_COLOR_PRESETS)
ACTION_ITEM(MSG_SET_LEDS_DEFAULT, leds.set_default);
ACTION_ITEM(MSG_SET_LEDS_DEFAULT, [] { leds.set_default(); ui.refresh(); } );
#endif

#if ENABLED(NEOPIXEL2_SEPARATE)
Expand Down

0 comments on commit c84bea7

Please sign in to comment.