Make backup import UI part of install
This commit is contained in:
parent
6bd9502f5c
commit
ee0090bb84
26 changed files with 829 additions and 596 deletions
|
@ -3669,6 +3669,7 @@ export function initialize({
|
|||
currentBytes += chunk.byteLength;
|
||||
onProgress(currentBytes, totalBytes);
|
||||
});
|
||||
onProgress(0, totalBytes);
|
||||
}
|
||||
|
||||
return combinedStream;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue