mirror of
https://github.com/CTCaer/hekate.git
synced 2024-11-10 04:21:45 +00:00
nyx: fix months that have 30/31 days on date picker
This commit is contained in:
parent
147c82e0e2
commit
3c81ac91df
1 changed files with 2 additions and 3 deletions
|
@ -605,9 +605,8 @@ static lv_res_t _action_clock_edit(lv_obj_t *btns, const char * txt)
|
|||
break;
|
||||
case 4:
|
||||
case 6:
|
||||
case 8:
|
||||
case 10:
|
||||
case 12:
|
||||
case 9:
|
||||
case 11:
|
||||
if (day > 30)
|
||||
day = 30;
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue