mirror of
https://github.com/tobychui/zoraxy.git
synced 2025-10-10 20:59:33 +02:00
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:
@@ -615,6 +615,7 @@ function uninstallPlugin(pluginId, pluginName, btn=undefined) {
|
||||
} else {
|
||||
msgbox(pluginName + " uninstalled successfully", true);
|
||||
initiatePluginList();
|
||||
initPluginSideMenu();
|
||||
}
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user