Skip to content

Commit

Permalink
If out the date label update
Browse files Browse the repository at this point in the history
  • Loading branch information
XK9274 committed Nov 13, 2023
1 parent 76f3ab8 commit 1085dab
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/tweaks/tweaks.c
Original file line number Diff line number Diff line change
Expand Up @@ -223,9 +223,11 @@ int main(int argc, char *argv[])
list_changed = true;
}
}
if (isMenu(&_menu_user_blue_light)) {
if (_writeDateString(_menu_user_blue_light.items[0].label)) {
list_changed = true;
if (DEVICE_ID == MIYOO354) {
if (isMenu(&_menu_user_blue_light)) {
if (_writeDateString(_menu_user_blue_light.items[0].label)) {
list_changed = true;
}
}
}
}
Expand Down

0 comments on commit 1085dab

Please sign in to comment.