GUI: Update DownloadDialog
It now has download size and speed labels. Commit also fixes minor mistake in ConnMan.
This commit is contained in:
parent
c431ae6d84
commit
1b56f59add
5 changed files with 83 additions and 10 deletions
|
@ -92,7 +92,7 @@ Common::String ConnectionManager::urlEncode(Common::String s) {
|
|||
}
|
||||
|
||||
uint32 ConnectionManager::getCloudRequestsPeriodInMicroseconds() {
|
||||
return TIMER_INTERVAL * FRAMES_PER_SECOND / CLOUD_PERIOD;
|
||||
return TIMER_INTERVAL * CLOUD_PERIOD;
|
||||
}
|
||||
|
||||
//private goes here:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue