fix: decrypted backup import file name
This commit is contained in:
@@ -94,7 +94,7 @@ export class ArchiveManager {
|
|||||||
type: 'text/plain',
|
type: 'text/plain',
|
||||||
});
|
});
|
||||||
const fileName = zippableTxtName(
|
const fileName = zippableTxtName(
|
||||||
'Standard Notes Backup and Import File.txt'
|
'Standard Notes Backup and Import File'
|
||||||
);
|
);
|
||||||
zipWriter.add(fileName, new this.zip.BlobReader(blob), resolve);
|
zipWriter.add(fileName, new this.zip.BlobReader(blob), resolve);
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user