Add queued FFmpeg conversion and finish splitting the window from the host.
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
using Explorer.Application;
|
||||
using Explorer.Domain.Abstractions;
|
||||
using Explorer.Hosting;
|
||||
using Explorer.Presentation;
|
||||
using Explorer.Presentation.ViewModels;
|
||||
using Explorer.Windows;
|
||||
@@ -11,13 +10,6 @@ namespace Explorer.App;
|
||||
|
||||
public static class AppServices
|
||||
{
|
||||
public static IServiceCollection AddExplorer(this IServiceCollection services)
|
||||
{
|
||||
services.AddExplorerCore();
|
||||
services.AddExplorerUi();
|
||||
return services;
|
||||
}
|
||||
|
||||
public static IServiceCollection AddExplorerUi(this IServiceCollection services)
|
||||
{
|
||||
services.AddSingleton<IOsClipboard, Services.WpfClipboard>();
|
||||
|
||||
Reference in New Issue
Block a user