Ability to force an update of the usage bar

pull/1/head
yflory 2020-09-03 14:22:19 +02:00
parent b8361ff989
commit 002476ddd3
1 changed files with 1 additions and 0 deletions

View File

@ -2104,6 +2104,7 @@ define([
cb(null, $container);
return {
$container: $container,
update: updateUsage,
stop: function () {
clearInterval(interval);
}