some things lol (just to upload changes to other computer)

This commit is contained in:
Guilleag01
2023-11-13 21:05:20 +01:00
parent cae5f4a097
commit 8fabf9ddac

View File

@@ -79,7 +79,7 @@ impl Element {
name,
perms: Some(metadata.permissions()),
size: metadata.len(),
creation: metadata.created().unwrap(),
creation: metadata.created().unwrap_or(SystemTime::now()),
}
}