mirror of
https://github.com/tobychui/zoraxy.git
synced 2025-10-13 06:09:41 +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 {
|
} else {
|
||||||
msgbox(pluginName + " uninstalled successfully", true);
|
msgbox(pluginName + " uninstalled successfully", true);
|
||||||
initiatePluginList();
|
initiatePluginList();
|
||||||
|
initPluginSideMenu();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user