From 504e1003f4d41f970466a519a25c2e25b0662bf6 Mon Sep 17 00:00:00 2001 From: rootdarkarchon Date: Fri, 1 Mar 2024 19:21:15 +0100 Subject: [PATCH] don't ignore moodles warning --- MareSynchronos/Services/PluginWarningNotificationService.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/MareSynchronos/Services/PluginWarningNotificationService.cs b/MareSynchronos/Services/PluginWarningNotificationService.cs index 3a375ed..4a7ce48 100644 --- a/MareSynchronos/Services/PluginWarningNotificationService.cs +++ b/MareSynchronos/Services/PluginWarningNotificationService.cs @@ -31,6 +31,7 @@ public class PluginWarningNotificationService ShownCustomizePlusWarning = _mareConfigService.Current.DisableOptionalPluginWarnings, ShownHeelsWarning = _mareConfigService.Current.DisableOptionalPluginWarnings, ShownHonorificWarning = _mareConfigService.Current.DisableOptionalPluginWarnings, + ShownMoodlesWarning = _mareConfigService.Current.DisableOptionalPluginWarnings }; }