Fix downloading file from the drive

This commit is contained in:
yflory
2019-08-26 18:17:39 +02:00
parent a67f7d3edb
commit 3f6e64338a
4 changed files with 7 additions and 4 deletions

View File

@@ -1085,7 +1085,7 @@ define([
var todo = function (data, filename) {
var ui = createExportUI();
var bu = Backup.create(data, common.getPad, function (blob, errors) {
var bu = Backup.create(data, common.getPad, privateData.fileHost, function (blob, errors) {
saveAs(blob, filename);
sframeChan.event('EV_CRYPTGET_DISCONNECT');
ui.complete(function () {