From 4e0a5909e725a1951b7fcc10421d3c41b31f15f4 Mon Sep 17 00:00:00 2001 From: Ray Date: Tue, 28 May 2019 12:08:04 +0200 Subject: [PATCH] Hide progress bar --- src/shell.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/shell.html b/src/shell.html index db823882a..7db891bef 100644 --- a/src/shell.html +++ b/src/shell.html @@ -125,8 +125,8 @@ jwE50AGjLCVuS8Yt4H7OgZLKK5EKOsLviEWJSL/+0uMi7gLUSBseYwqEbXvSHCec1CJvZPyHCmYQffaB } #progress { - height: 20px; - width: 30px; + height: 0px; + width: 0px; } #controls { @@ -264,7 +264,7 @@ jwE50AGjLCVuS8Yt4H7OgZLKK5EKOsLviEWJSL/+0uMi7gLUSBseYwqEbXvSHCec1CJvZPyHCmYQffaB text = m[1]; progressElement.value = parseInt(m[2])*100; progressElement.max = parseInt(m[4])*100; - progressElement.hidden = false; + progressElement.hidden = true; spinnerElement.hidden = false; } else { progressElement.value = null;