Skip to content

Commit

Permalink
reset usedFilenames when resetting batch export progress
Browse files Browse the repository at this point in the history
  • Loading branch information
lyqht committed Sep 6, 2024
1 parent cb34af8 commit c490306
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,7 @@ const currentExportedQrCodeIndex = ref<number | null>(null)
const resetBatchExportProgress = () => {
isExportingBatchQRs.value = false
currentExportedQrCodeIndex.value = null
usedFilenames.clear()
}
const resetData = () => {
Expand Down

0 comments on commit c490306

Please sign in to comment.