Fixed bug in sidebar plugin list update

- Fixed remove plugin when the plugin is still running but plugin in sidebar not automatically removed bug
This commit is contained in:
Toby Chui
2025-10-09 19:14:12 +08:00
parent 88aba38495
commit ca12facaf2

View File

@@ -615,6 +615,7 @@ function uninstallPlugin(pluginId, pluginName, btn=undefined) {
} else {
msgbox(pluginName + " uninstalled successfully", true);
initiatePluginList();
initPluginSideMenu();
}
}
});