Improved messaging.

This commit is contained in:
Ottermandias 2023-10-05 18:20:41 +02:00
parent 19c4c3b50e
commit 779d6b37a5
30 changed files with 146 additions and 139 deletions

View file

@ -137,9 +137,9 @@ public class Configuration : IPluginConfiguration, ISavable
}
catch (Exception ex)
{
Penumbra.Chat.NotificationMessage(ex,
Penumbra.Messager.NotificationMessage(ex,
"Error reading Configuration, reverting to default.\nYou may be able to restore your configuration using the rolling backups in the XIVLauncher/backups/Penumbra directory.",
"Error reading Configuration", "Error", NotificationType.Error);
"Error reading Configuration", NotificationType.Error);
}
migrator.Migrate(utility, this);