mirror of
https://github.com/azaion/annotations.git
synced 2026-04-23 00:26:30 +00:00
add left menu with icons
This commit is contained in:
@@ -142,6 +142,9 @@ public partial class App
|
||||
|
||||
services.AddSingleton<DatasetExplorer>();
|
||||
services.AddSingleton<IGalleryManager, GalleryManager>();
|
||||
|
||||
services.AddSingleton<IAzaionModule, AnnotatorModule>();
|
||||
services.AddSingleton<IAzaionModule, DatasetExplorerModule>();
|
||||
})
|
||||
.Build();
|
||||
_mediator = _host.Services.GetRequiredService<IMediator>();
|
||||
@@ -176,6 +179,6 @@ public partial class App
|
||||
base.OnExit(e);
|
||||
|
||||
await _host.StopAsync();
|
||||
_host.Dispose();
|
||||
//_host.Dispose();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user