when uninstall plugins, refresh plugins index instead of reloading entire prefs pane
This commit is contained in:
parent
ef1e2a8b2f
commit
8cd69fe15c
|
@ -457,7 +457,7 @@ const Helpers = {
|
|||
|
||||
xhr.json("backend.php", {op: "pref-prefs", method: "uninstallPlugin", plugin: plugin}, (reply) => {
|
||||
if (reply && reply.status == 1)
|
||||
Helpers.Prefs.refresh();
|
||||
Helpers.Plugins.reload();
|
||||
else {
|
||||
Notify.error("Plugin uninstallation failed.");
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue