1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 15:38:10 +00:00

iLibGUI+Base: Show inaccessible directories with special icon in views

This commit is contained in:
Andreas Kling 2020-09-18 18:21:28 +02:00
parent fad6b8f267
commit e4c23b0151
5 changed files with 10 additions and 1 deletions

View file

@ -73,6 +73,7 @@ public:
gid_t gid { 0 };
ino_t inode { 0 };
time_t mtime { 0 };
bool is_accessible_directory { false };
size_t total_size { 0 };