fix: Disks app UI elements, file manager list view rendering

This commit is contained in:
2026-04-06 10:05:58 +02:00
parent c1c06a0438
commit 2c35a7adf4
3 changed files with 49 additions and 37 deletions
+2
View File
@@ -110,6 +110,8 @@ struct DiskToolState {
uint64_t status_time;
FormatDialog fmt_dlg;
NewPartDialog np_dlg;
int mouse_x;
int mouse_y;
};
// ============================================================================