feat: some more notifications for plugin operations

This commit is contained in:
goat 2021-08-16 22:55:53 +02:00
parent f373d56b9c
commit adbf9b2bb0
No known key found for this signature in database
GPG key ID: F18F057873895461
2 changed files with 4 additions and 0 deletions

View file

@ -989,6 +989,8 @@ namespace Dalamud.Interface.Internal.Windows
{
this.dalamud.PluginManager.RemovePlugin(plugin);
}
this.dalamud.InterfaceManager.Notifications.AddNotification($"'{plugin.Manifest.Name}' was disabled.", "Plugin disabled!", Notifications.Notification.Type.Success);
});
}
}