Console size scan

This commit is contained in:
2023-08-28 21:29:15 +02:00
parent bc865011d3
commit ba06047a68
43 changed files with 567 additions and 279 deletions

View File

@@ -18,6 +18,7 @@ public record Element(
SupportsDelete CanDelete,
bool CanRename,
string? Attributes,
long Size,
IContentProvider Provider,
PointInTime PointInTime,
ObservableCollection<Exception> Exceptions,