diff options
| author | Andrew Dolgov <noreply@fakecake.org> | 2021-03-05 10:25:32 +0300 |
|---|---|---|
| committer | Andrew Dolgov <noreply@fakecake.org> | 2021-03-05 10:25:32 +0300 |
| commit | 98c75a9e433d7994548071048318cae43e2c0236 (patch) | |
| tree | 77aa70862710b0c5967bfa233c5d901f5b98a467 /js/PrefHelpers.js | |
| parent | b649d2240fed474f797e38cdf3111d764e6f15e2 (diff) | |
don't check for plugin updates automatically on pane open
Diffstat (limited to 'js/PrefHelpers.js')
| -rw-r--r-- | js/PrefHelpers.js | 3 |
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."); } |