mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 20:14:49 +00:00
fix rendering
This commit is contained in:
committed by
Aiden McClelland
parent
eea9a13252
commit
4de560c342
@@ -538,7 +538,7 @@ export class MockApiService extends ApiService {
|
||||
for (let phase of phases) {
|
||||
let i = initialProgress[phase.progress]
|
||||
while (i < initialProgress.size) {
|
||||
await pauseFor(1000)
|
||||
await pauseFor(250)
|
||||
i = Math.min(i + 5, initialProgress.size)
|
||||
initialProgress[phase.progress] = i
|
||||
if (i === initialProgress.size) {
|
||||
|
||||
Reference in New Issue
Block a user