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

@@ -1934,6 +1934,12 @@
"servers.backups.item.creating-backup": {
"message": "Creating backup..."
},
"servers.backups.item.downloading": {
"message": "Downloading"
},
"servers.backups.item.downloading-backup": {
"message": "Downloading backup..."
},
"servers.backups.item.failed-to-create-backup": {
"message": "Failed to create backup"
},