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:
@@ -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.");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user