mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
fix: NotifyAvailablePluginsChanged when plugin is removed
This commit is contained in:
parent
ec8897dcb1
commit
6ec657266b
1 changed files with 1 additions and 0 deletions
|
|
@ -497,6 +497,7 @@ namespace Dalamud.Plugin.Internal
|
|||
this.installedPlugins.Remove(plugin);
|
||||
PluginLocations.Remove(plugin.AssemblyName.FullName);
|
||||
|
||||
this.NotifyAvailablePluginsChanged();
|
||||
this.NotifyInstalledPluginsChanged();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue