From 002476ddd36b95c8e2dc0b938c475da008599904 Mon Sep 17 00:00:00 2001 From: yflory Date: Thu, 3 Sep 2020 14:22:19 +0200 Subject: [PATCH] Ability to force an update of the usage bar --- www/common/common-ui-elements.js | 1 + 1 file changed, 1 insertion(+) diff --git a/www/common/common-ui-elements.js b/www/common/common-ui-elements.js index a431bf5e7..d0736f8cb 100644 --- a/www/common/common-ui-elements.js +++ b/www/common/common-ui-elements.js @@ -2104,6 +2104,7 @@ define([ cb(null, $container); return { $container: $container, + update: updateUsage, stop: function () { clearInterval(interval); }