Skip to content

Commit

Permalink
fix: show progress when printer is non-idle
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 eabb15e commit f39e02c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/widgets/status/PrinterStatusCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
</template>

<template
v-if="printerPrinting"
v-if="printerPrinting || printerPaused || filename"
#collapsed-content
>
<v-progress-linear
Expand Down

0 comments on commit f39e02c

Please sign in to comment.