Skip to content

Commit

Permalink
Allow enable now ctrl independent of schedule ctrl
Browse files Browse the repository at this point in the history
  • Loading branch information
XK9274 committed Nov 12, 2023
1 parent 76e25dc commit e95e72b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/tweaks/menus.h
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,6 @@ void menu_blueLight(void *_)
list_addItemWithInfoNote(&_menu_user_blue_light,
(ListItem){
.label = "Enable now",
.disabled = !settings.blue_light_state,
.item_type = ACTION,
.action = action_blueLight},
"Test the selected strength \n");
Expand Down

0 comments on commit e95e72b

Please sign in to comment.