Dalamud API10
This commit is contained in:
@@ -153,7 +153,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 \"Loporrit Settings -> Debug\" unless instructed otherwise.",
|
||||
Dalamud.Interface.Internal.Notifications.NotificationType.Error, 15000));
|
||||
Dalamud.Interface.ImGuiNotification.NotificationType.Error, 15000));
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user