feat: files app - render modified dates in Properties dialog

This commit is contained in:
2026-07-21 14:44:44 +02:00
parent de7edaf623
commit e9d8c66ff5
5 changed files with 81 additions and 16 deletions
@@ -70,6 +70,7 @@ struct FileManagerState {
char (*entry_names)[128];
int* entry_types;
uint64_t* entry_sizes; // 64-bit: avoids overflow on files >= 2 GiB
int64_t* entry_mtimes; // last-modified time, UTC unix seconds (0 = unknown)
int entry_count;
int entry_cap; // allocated capacity of the per-entry arrays
int selected;