Make backup import UI part of install

This commit is contained in:
Fedor Indutny 2024-09-03 19:56:13 -07:00 committed by GitHub
parent 6bd9502f5c
commit ee0090bb84
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
26 changed files with 829 additions and 596 deletions

View file

@ -3669,6 +3669,7 @@ export function initialize({
currentBytes += chunk.byteLength;
onProgress(currentBytes, totalBytes);
});
onProgress(0, totalBytes);
}
return combinedStream;