Skip to content

Commit

Permalink
fix: ensure save and restart is not usable during a print
Browse files Browse the repository at this point in the history
  • Loading branch information
cadriel committed Jan 14, 2021
1 parent 10e9c3c commit ac9588c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/dialogs/dialogFileEditor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
Save & Close
</v-btn>
<v-btn
v-if="!readonly && unsavedChanges"
v-if="!readonly && unsavedChanges && !printerPrinting"
:elevation="2"
dark
color="error"
Expand Down

0 comments on commit ac9588c

Please sign in to comment.