Skip to content

Commit

Permalink
fix: only show progress when printer is printing
Browse files Browse the repository at this point in the history
Signed-off-by: Mathis Mensing <[email protected]>
  • Loading branch information
matmen committed Jun 2, 2024
1 parent 6c7d2fb commit c32cb65
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/components/widgets/status/PrinterStatusCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,10 @@
/>
</template>

<template #collapsed-content>
<template
v-if="printerPrinting"
#collapsed-content
>
<v-progress-linear
:height="6"
:value="estimates.progress"
Expand Down

0 comments on commit c32cb65

Please sign in to comment.