download speed

This commit is contained in:
Klemek
2025-03-17 16:27:28 +01:00
parent 9cb3b30d54
commit 4a36b9ee92
3 changed files with 52 additions and 12 deletions
+2 -1
View File
@@ -58,7 +58,8 @@
<br>
</template>
<template v-if="downloading">
<progress :value="downloadProgress" :max="downloadTotal"></progress>
<progress :value="downloadProgress" :max="downloadTotal"></progress><br>
<label>{{ prettyDownloadSpeed }}</label><label v-if="!client.downloadEnd"> - {{ prettyRemainingTime }}</label>
<br>
<br>
</template>