use note size format also in file properties

This commit is contained in:
zadam
2023-06-02 16:05:02 +02:00
parent a6ade790c6
commit 7e71029d1c
4 changed files with 25 additions and 16 deletions

View File

@@ -483,6 +483,13 @@ function FrontendScriptApi(startNote, currentNote, originEntity = null, $contain
*/
this.randomString = utils.randomString;
/**
* @method
* @param {int} size in bytes
* @return {string} formatted string
*/
this.formatNoteSize = utils.formatNoteSize;
this.logMessages = {};
this.logSpacedUpdates = {};