Add the storage limit warning in the toolbar

This commit is contained in:
yflory
2017-04-27 18:46:46 +02:00
parent 197b366712
commit bf7c7c45d0
7 changed files with 67 additions and 1 deletions

View File

@@ -708,6 +708,10 @@ define([
});
};
var getPinLimit = common.getPinLimit = function (cb) {
cb(void 0, 10);
};
var createButton = common.createButton = function (type, rightside, data, callback) {
var button;
var size = "17px";