fix: bundle files together when exporting a decrypted backup

This commit is contained in:
Baptiste Grob
2020-07-21 18:02:33 +02:00
parent c906603634
commit b888e68c5a
2 changed files with 17 additions and 10 deletions

View File

@@ -445,6 +445,7 @@ class AccountMenuCtrl extends PureCtrl {
async downloadDataArchive() {
this.archiveManager.downloadBackup(this.state.mutable.backupEncrypted);
this.close();
}
notesAndTagsCount() {