Skip to content

Commit

Permalink
fix: ensure you can't check for updates during a print
Browse files Browse the repository at this point in the history
  • Loading branch information
cadriel committed Jan 4, 2021
1 parent dc71209 commit a87fe80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/widgets/SystemVersionsWidget.vue
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
</v-list-item>
</template>

<v-list-item @click="forceCheck()">
<v-list-item @click="forceCheck()" :disabled="printerPrinting">
<v-list-item-title>Check for updates</v-list-item-title>
<v-list-item-icon>
<v-icon :class="{ 'spin-alt': isRefreshing }">$refresh</v-icon>
Expand Down

0 comments on commit a87fe80

Please sign in to comment.