fix: lack of loading progressbar when an update is available

This commit is contained in:
Fabio 2020-09-03 15:12:30 +02:00
parent ba73d677b5
commit 86aec4f5e4
1 changed files with 3 additions and 0 deletions

View File

@ -16,6 +16,9 @@
{{ downloadPercentage }}%
</p>
</div>
<div v-if="updateStatus === 'available'">
<progress class="progress" max="100" />
</div>
<div class="empty-action">
<button
v-if="['noupdate', 'checking', 'nocheck'].includes(updateStatus)"