mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
[Refactor] Use collection expressions.
This commit is contained in:
@@ -38,7 +38,7 @@ namespace Aaru.Gui.Models;
|
||||
|
||||
public sealed class FileSystemModel : RootModel
|
||||
{
|
||||
public FileSystemModel() => Roots = new ObservableCollection<SubdirectoryModel>();
|
||||
public FileSystemModel() => Roots = [];
|
||||
|
||||
public string VolumeName { get; set; }
|
||||
public IFilesystem Filesystem { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user