Loading fix, CopyPath, Open in explorer
This commit is contained in:
@@ -33,6 +33,7 @@ public static class Startup
|
||||
{
|
||||
return serviceCollection
|
||||
.AddSingleton<IUserCommandHandler, NavigationUserCommandHandlerService>()
|
||||
.AddSingleton<IUserCommandHandler, ItemManipulationUserCommandHandlerService>();
|
||||
.AddSingleton<IUserCommandHandler, ItemManipulationUserCommandHandlerService>()
|
||||
.AddSingleton<IUserCommandHandler, ToolUserCommandHandlerService>();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user