summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-03-05 10:25:32 +0300
committerAndrew Dolgov <[email protected]>2021-03-05 10:25:32 +0300
commit98c75a9e433d7994548071048318cae43e2c0236 (patch)
tree77aa70862710b0c5967bfa233c5d901f5b98a467 /js
parentb649d2240fed474f797e38cdf3111d764e6f15e2 (diff)
don't check for plugin updates automatically on pane open
Diffstat (limited to 'js')
-rw-r--r--js/PrefHelpers.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/js/PrefHelpers.js b/js/PrefHelpers.js
index 584958000..c171b87ce 100644
--- a/js/PrefHelpers.js
+++ b/js/PrefHelpers.js
@@ -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.");
}