You've already forked AstralRinth
forked from didirus/AstralRinth
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:
@@ -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()"
|
||||
|
||||
Reference in New Issue
Block a user