add:recovery permissions.

This commit is contained in:
2025-07-10 18:44:09 +08:00
parent a04202c00e
commit 995ed044e1
3 changed files with 3 additions and 1 deletions

View File

@@ -47,6 +47,7 @@ bool LocalFile::GetDirFile(const QString& dir, DirFileInfoVec& vec)
DirFileInfo info;
info.fullPath = entry.absoluteFilePath();
info.name = entry.fileName();
info.permission = entry.permissions();
if (entry.isDir()) {
info.type = Dir;