fix: firefox backup download issues (#4679)

* fix: firefox backup download issues

* fix: lint

* fix: hide download button when downloading & disable overflow menu options
This commit is contained in:
Calum H.
2025-10-30 21:20:08 +00:00
committed by GitHub
parent 5000c4067b
commit c74460fffa
4 changed files with 164 additions and 15 deletions

View File

@@ -105,6 +105,7 @@
v-for="backup in backups"
:key="`backup-${backup.id}`"
:backup="backup"
:server="props.server"
:kyros-url="props.server.general?.node.instance"
:jwt="props.server.general?.node.token"
@download="() => triggerDownloadAnimation()"