Dispose properly

This commit is contained in:
Zeffuro
2025-12-20 17:35:54 +01:00
parent e1483939c7
commit 5e99ae8a2a
+2
View File
@@ -51,6 +51,8 @@ public class Plugin : IDalamudPlugin
Services.CommandManager.RemoveHandler("/aetherbags");
Services.CommandManager.RemoveHandler("/ab");
System.AddonInventoryWindow.Dispose();
KamiToolKitLibrary.Dispose();
}