Skip to content

Commit

Permalink
Hide progress bar if idle
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebclem committed Aug 2, 2024
1 parent d65e9e1 commit 96233dc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@
</div>
</v-col>
</v-row>
<v-row>
<v-row v-if="status?.status != States.IDLE">
<v-divider class="border-opacity-25 mx-n1"></v-divider>
</v-row>
<v-row>
<v-row v-if="status?.status != States.IDLE">
<v-col>
<v-progress-linear
height="25"
Expand Down

0 comments on commit 96233dc

Please sign in to comment.