Icon, Tab state persistence

This commit is contained in:
2022-02-03 13:08:35 +01:00
parent 1ea1012703
commit 3da246b3ca
28 changed files with 283 additions and 31 deletions

View File

@@ -50,7 +50,7 @@ namespace FileTime.Core.Timeline
public Task Delete() => throw new NotSupportedException();
public Task<IItem?> GetByPath(string path)
public Task<IItem?> GetByPath(string path, bool acceptDeepestMatch = false)
{
throw new NotImplementedException();
}