Fix infinite loading screen
parent
9e544ce68a
commit
f3dd85a7af
|
@ -1683,7 +1683,7 @@ define([
|
|||
state: (2 + (version / 10)),
|
||||
progress: progress
|
||||
});
|
||||
});
|
||||
}, store);
|
||||
}).nThen(function (waitFor) {
|
||||
postMessage(clientId, 'LOADING_DRIVE', {
|
||||
state: 3
|
||||
|
|
Loading…
Reference in New Issue