1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-23 11:46:37 +02:00

when uninstall plugins, refresh plugins index instead of reloading entire prefs pane

This commit is contained in:
Andrew Dolgov 2021-11-15 20:18:37 +03:00
parent 8dfefe7968
commit 3a3fde1a2e

View File

@ -450,7 +450,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.");
}