mirror of
https://github.com/Fabio286/antares.git
synced 2025-06-05 21:59:22 +02:00
fix: lack of loading progressbar when an update is available
This commit is contained in:
@ -16,6 +16,9 @@
|
|||||||
{{ downloadPercentage }}%
|
{{ downloadPercentage }}%
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
<div v-if="updateStatus === 'available'">
|
||||||
|
<progress class="progress" max="100" />
|
||||||
|
</div>
|
||||||
<div class="empty-action">
|
<div class="empty-action">
|
||||||
<button
|
<button
|
||||||
v-if="['noupdate', 'checking', 'nocheck'].includes(updateStatus)"
|
v-if="['noupdate', 'checking', 'nocheck'].includes(updateStatus)"
|
||||||
|
Reference in New Issue
Block a user