mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
[TUI] Add filesystem information display in image window
This commit is contained in:
@@ -14,8 +14,9 @@ public class FileSystemModelNode
|
||||
SubNodes = subNodes;
|
||||
}
|
||||
|
||||
public ObservableCollection<FileSystemModelNode>? SubNodes { get; set; }
|
||||
public string Title { get; }
|
||||
public Partition? Partition { get; set; }
|
||||
public IFilesystem? Filesystem { get; set; }
|
||||
public ObservableCollection<FileSystemModelNode>? SubNodes { get; set; }
|
||||
public string Title { get; }
|
||||
public Partition? Partition { get; set; }
|
||||
public IFilesystem? Filesystem { get; set; }
|
||||
public string? FilesystemInformation { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user