mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-12 18:27:24 +01:00
Improved messaging.
This commit is contained in:
parent
19c4c3b50e
commit
779d6b37a5
30 changed files with 146 additions and 139 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue