Gordon Williams 2022-03-15 16:43:22 +00:00
parent 34d9e455ed
commit aa3bf728fa
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ function bangleDownload() {
}).then(() => {
return Comms.showMessage(Const.MESSAGE_RELOAD);
}).then(() => {
return zip.generateAsync({type:"blob"});
return zip.generateAsync({type:"binarystring"});
}).then(content => {
Progress.hide({ sticky: true });
showToast('Backup complete!', 'success');