Add ability to fully delete items from the DB

This commit is contained in:
TheXamlGuy
2024-06-23 09:58:19 +01:00
parent 95de9d187f
commit db20ee15cc
18 changed files with 98 additions and 22 deletions
+1
View File
@@ -108,6 +108,7 @@ public partial class ItemViewModel :
Publisher.Publish(Notify.As(Factory.Create<ItemCommandHeaderCollection>(new List<IDisposable>
{
Factory.Create<UnarchiveItemActionViewModel>(),
Factory.Create<DeleteItemActionViewModel>(),
})));
}
else