nyx: invalidate time and add dst support

The invalidation is needed for dst to work as we don't know when user
set the clock.
This commit is contained in:
CTCaer
2025-08-08 14:54:58 +03:00
parent 28594c8777
commit 75993938d0
5 changed files with 81 additions and 17 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright (c) 2018-2023 CTCaer
* Copyright (c) 2018-2025 CTCaer
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
@@ -47,7 +47,8 @@ typedef struct _nyx_config
u32 theme_bg;
u32 theme_color;
u32 entries_5_col;
u32 timeoff;
u32 timeoffset;
u32 timedst;
u32 home_screen;
u32 verification;
u32 ums_emmc_rw;