From 722edcc2744b9beefcc09a4056c395ab19f78c4e Mon Sep 17 00:00:00 2001 From: j433866 Date: Wed, 29 May 2019 11:46:21 +0100 Subject: [PATCH] Display file size in header --- src/web/InputWaiter.mjs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/web/InputWaiter.mjs b/src/web/InputWaiter.mjs index 6c19af97..70358416 100644 --- a/src/web/InputWaiter.mjs +++ b/src/web/InputWaiter.mjs @@ -383,6 +383,7 @@ class InputWaiter { fileLoaded.textContent = inputData.progress + "%"; } + this.setInputInfo(inputData.size, null); this.displayFilePreview(inputData); }