Do not display padding files in UI

This commit is contained in:
Igor Katson 2024-11-07 16:07:16 +00:00
parent ecc094a444
commit c3c413c14b
No known key found for this signature in database
GPG key ID: B4EC22B66D61A3F5
4 changed files with 27 additions and 15 deletions

View file

@ -185,7 +185,7 @@ where
}
}
#[derive(Default, Debug, Clone, Copy)]
#[derive(Serialize, Deserialize, Default, Debug, Clone, Copy)]
pub struct FileDetailsAttrs {
pub symlink: bool,
pub hidden: bool,