fix build probably

This commit is contained in:
rootdarkarchon
2024-03-19 17:15:28 +01:00
parent 342c6dab38
commit f62e8675e7

View File

@@ -156,7 +156,7 @@ public class MarePlugin : MediatorSubscriberBase, IHostedService
{
Mediator.Publish(new NotificationMessage("Abnormal Log Level",
$"Your log level is set to '{_mareConfigService.Current.LogLevel}' which is not recommended for normal usage. Set it to '{LogLevel.Information}' in \"Mare Settings -> Debug\" unless instructed otherwise.",
Dalamud.Interface.Internal.Notifications.NotificationType.Error, 15000));
Dalamud.Interface.Internal.Notifications.NotificationType.Error, TimeSpan.FromSeconds(15000)));
}
#endif
}