Skip to content

Commit

Permalink
fix: disable Check Updates button if printer printing (#1382)
Browse files Browse the repository at this point in the history
Signed-off-by: Pedro Lamas <[email protected]>
  • Loading branch information
pedrolamas authored Mar 4, 2024
1 parent 3763366 commit 3c9d4b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/settings/VersionSettings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
outlined
small
color="primary"
:disabled="isRefreshing"
:disabled="isRefreshing || printerPrinting"
@click="forceCheck()"
>
<v-icon
Expand Down

0 comments on commit 3c9d4b8

Please sign in to comment.