Skip to content

Commit

Permalink
more explicit progress text
Browse files Browse the repository at this point in the history
  • Loading branch information
johnarban committed Oct 24, 2024
1 parent 81d8343 commit e20c074
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TempoLite.vue
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@
color="red"
height="25"
>
<span v-if="loadedImagesProgress < 100">{{ loadedImagesProgress.toFixed(0) }}%</span>
<span v-if="loadedImagesProgress < 100">Loading Data ({{ loadedImagesProgress.toFixed(0) }}%)</span>
<span v-else>Data Loaded</span>
</v-progress-linear>
</div>
Expand Down

0 comments on commit e20c074

Please sign in to comment.