Change library extraction to be queue based to ensure it completes.

This commit is contained in:
Daniel Scalzi
2018-04-28 20:52:13 -04:00
parent 0216582827
commit d08cfbf248
3 changed files with 17 additions and 6 deletions

View File

@@ -440,6 +440,11 @@ function dlAsync(login = true){
setDownloadPercentage(m.value, m.total, m.percent)
} else if(m.task === 0.7){
// Download done, extracting.
setLaunchDetails('Extracting libraries..')
} else if(m.task === 1){
// Download will be at 100%, remove the loading from the OS progress bar.