Skip to content

Commit

Permalink
fix: lack of loading progressbar when an update is available
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabio286 committed Sep 3, 2020
1 parent ba73d67 commit 86aec4f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/renderer/components/ModalSettingsUpdate.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
Expand Down

0 comments on commit 86aec4f

Please sign in to comment.