mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 15:27:21 +01:00
add NotificationService, cleanup
This commit is contained in:
parent
12f0789e9c
commit
576d005b32
17 changed files with 243 additions and 84 deletions
|
|
@ -62,6 +62,7 @@ public sealed class Plugin : IDalamudPlugin
|
|||
collection.AddSingleton<PeriodicFileScanner>();
|
||||
collection.AddSingleton<FileReplacementFactory>();
|
||||
collection.AddSingleton<MareCharaFileManager>();
|
||||
collection.AddSingleton<NotificationService>();
|
||||
|
||||
collection.AddSingleton<UiShared>();
|
||||
collection.AddSingleton<SettingsUi>();
|
||||
|
|
@ -90,6 +91,7 @@ public sealed class Plugin : IDalamudPlugin
|
|||
_serviceProvider.GetRequiredService<GposeUi>();
|
||||
_serviceProvider.GetRequiredService<IntroUi>();
|
||||
_serviceProvider.GetRequiredService<DownloadUi>();
|
||||
_serviceProvider.GetRequiredService<NotificationService>();
|
||||
}
|
||||
|
||||
public string Name => "Mare Synchronos";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue