forked from Qortal/qortal
Fixed bug in loading screen, which prevented the DOWNLOADING status from showing.
This commit is contained in:
parent
6c9600cda0
commit
5a8b895475
@ -82,7 +82,7 @@
|
|||||||
textStatus = status.description;
|
textStatus = status.description;
|
||||||
retryInterval = 1000;
|
retryInterval = 1000;
|
||||||
}
|
}
|
||||||
else if (status.status == "DOWNLOADING") {
|
else if (status.id == "DOWNLOADING") {
|
||||||
textStatus = status.description;
|
textStatus = status.description;
|
||||||
retryInterval = 1000;
|
retryInterval = 1000;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user