Skip to content

Commit

Permalink
🎨 apply clang-format changes
Browse files Browse the repository at this point in the history
  • Loading branch information
XK9274 authored and actions-user committed Nov 12, 2023
1 parent 76e25dc commit b7ef6be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tweaks/menus.h
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ void menu_blueLight(void *_)
.disabled = 1,
.action = NULL});
list_addItemWithInfoNote(&_menu_user_blue_light,
(ListItem){
(ListItem){
.label = "Enable now",
.disabled = !settings.blue_light_state,
.item_type = ACTION,
Expand Down

0 comments on commit b7ef6be

Please sign in to comment.