Add PluginWatcherService

This commit is contained in:
Loporrit
2025-06-25 13:14:42 +00:00
parent c65d3c9934
commit d8232e9cf4
5 changed files with 127 additions and 2 deletions

View File

@@ -153,6 +153,7 @@ public class MarePlugin : MediatorSubscriberBase, IHostedService
_runtimeServiceScope.ServiceProvider.GetRequiredService<NotificationService>();
_runtimeServiceScope.ServiceProvider.GetRequiredService<ChatService>();
_runtimeServiceScope.ServiceProvider.GetRequiredService<GuiHookService>();
_runtimeServiceScope.ServiceProvider.GetRequiredService<PluginWatcherService>();
#if !DEBUG
if (_mareConfigService.Current.LogLevel != LogLevel.Information)