summaryrefslogtreecommitdiff
path: root/js/PrefHelpers.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/PrefHelpers.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.");
}