Add the storage limit warning in the toolbar
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user