Fixed more edge cases

This commit is contained in:
TheXamlGuy
2024-05-16 21:41:48 +01:00
parent c5942045df
commit 02616a6c73
6 changed files with 19 additions and 33 deletions
+1 -1
View File
@@ -100,7 +100,7 @@ public partial class App : Application
services.AddScoped<IValueStore<Item>, ValueStore<Item>>();
services.AddHandler<ConfirmItemHandler>(ServiceLifetime.Singleton);
services.AddHandler<ConfirmItemHandler>(ServiceLifetime.Scoped);
services.AddHandler<ArchiveItemHandler>(ServiceLifetime.Scoped);
services.AddHandler<ItemActivatedHandler>();