From 98c75a9e433d7994548071048318cae43e2c0236 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 5 Mar 2021 10:25:32 +0300 Subject: don't check for plugin updates automatically on pane open --- js/PrefHelpers.js | 3 +++ 1 file changed, 3 insertions(+) (limited to 'js/PrefHelpers.js') 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."); } -- cgit v1.2.3