This commit is contained in:
Calum H.
2026-03-12 23:09:26 +00:00
committed by GitHub
parent ba06c89a0e
commit 32d76b8025
8 changed files with 39 additions and 14 deletions

View File

@@ -187,7 +187,9 @@ export function useInlineBackup(backupName: string | (() => string)) {
text: 'The backup has been cancelled. You can create a new one or proceed without a backup.',
})
} catch {
isBackingUp.value = false
isCancelling.value = false
backupFailed.value = true
}
}