Show children

This commit is contained in:
2022-04-15 00:13:22 +02:00
parent efe2090c6d
commit 84522d8f96
21 changed files with 591 additions and 366 deletions

View File

@@ -2,7 +2,7 @@ namespace FileTime.Core.Models
{
public interface IContainer : IItem
{
IObservable<IReadOnlyList<IAbsolutePath>> Items { get; }
IObservable<IEnumerable<IAbsolutePath>?> Items { get; }
IObservable<bool> IsLoading { get; }
}
}