Skip to content

Commit

Permalink
Merge branch 'add-blue-light-filter' of https://github.com/OnionUI/Onion
Browse files Browse the repository at this point in the history
 into add-blue-light-filter
  • Loading branch information
XK9274 committed Nov 12, 2023
2 parents e95e72b + b7ef6be commit 0e7b376
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",
.item_type = ACTION,
.action = action_blueLight},
Expand Down

0 comments on commit 0e7b376

Please sign in to comment.