Team APP UI

This commit is contained in:
yflory
2019-09-06 18:47:18 +02:00
parent 15387af020
commit 634d24b46c
8 changed files with 230 additions and 138 deletions

View File

@@ -1883,6 +1883,7 @@ define([
If changes are made to your drive in the interim, they will trigger an
update.
*/
// NOTE: The callback must stay SYNCHRONOUS
var LIMIT_REFRESH_RATE = 30000; // milliseconds
UIElements.createUsageBar = function (common, cb) {
if (AppConfig.hideUsageBar) { return cb('USAGE_BAR_HIDDEN'); }