Copy status, fixes

This commit is contained in:
2022-02-13 16:49:59 +01:00
parent afb72ae491
commit 7019918496
17 changed files with 207 additions and 32 deletions

View File

@@ -1,5 +1,4 @@
using AsyncEvent;
using FileTime.Core.Extensions;
using FileTime.Core.Models;
using FileTime.Core.Timeline;
@@ -11,6 +10,7 @@ namespace FileTime.Core.Command
private Func<IElement, Task>? _deleteElement;
public int Progress => 100;
public int CurrentProgress => 100;
public AsyncEventHandler ProgressChanged { get; } = new();
@@ -85,7 +85,6 @@ namespace FileTime.Core.Command
if (_deleteContainer != null) await _deleteContainer.Invoke(container);
}
}
else if (item is IElement element)
{