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:
parent
fad6b8f267
commit
e4c23b0151
5 changed files with 10 additions and 1 deletions
|
@ -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 };
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue