mirror of https://github.com/Fabio286/antares.git
fix: lack of loading progressbar when an update is available
This commit is contained in:
parent
ba73d677b5
commit
86aec4f5e4
|
@ -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)"
|
||||
|
|
Loading…
Reference in New Issue