mirror of
https://github.com/xivdev/Penumbra.git
synced 2026-02-22 07:47:48 +01:00
Add stuff that wasn't saved after rename for some reason...
This commit is contained in:
parent
5f916efb13
commit
fbd8a12f3a
4 changed files with 4 additions and 4 deletions
|
|
@ -352,7 +352,7 @@ public sealed class ModFileSystemSelector : FileSystemSelector<Mod, ModFileSyste
|
|||
}
|
||||
|
||||
private static void HandleException(Exception e)
|
||||
=> Penumbra.ChatService.NotificationMessage(e.Message, "Failure", NotificationType.Warning);
|
||||
=> Penumbra.Chat.NotificationMessage(e.Message, "Failure", NotificationType.Warning);
|
||||
|
||||
#endregion
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue