mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-24 18:38:15 +01:00
Make backup import UI part of install
This commit is contained in:
@@ -3669,6 +3669,7 @@ export function initialize({
|
||||
currentBytes += chunk.byteLength;
|
||||
onProgress(currentBytes, totalBytes);
|
||||
});
|
||||
onProgress(0, totalBytes);
|
||||
}
|
||||
|
||||
return combinedStream;
|
||||
|
||||
Reference in New Issue
Block a user