1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 15:25:59 +00:00

don't check for plugin updates automatically on pane open

This commit is contained in:
Andrew Dolgov
2021-03-05 10:25:32 +03:00
parent b649d2240f
commit 98c75a9e43
2 changed files with 16 additions and 11 deletions

View File

@@ -339,6 +339,9 @@ const Helpers = {
if (plugins_with_updates > 0)
App.find(".update-all-plugins-btn").show();
else
Notify.info("All local plugins are up-to-date.");
} else {
Notify.error("Unable to check for plugin updates.");
}