mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-01-02 22:03:41 +01:00
feat: some more notifications for plugin operations
This commit is contained in:
parent
f373d56b9c
commit
adbf9b2bb0
2 changed files with 4 additions and 0 deletions
|
|
@ -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);
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue