GUI: Update DownloadDialog

It now has download size and speed labels.

Commit also fixes minor mistake in ConnMan.
This commit is contained in:
Alexander Tkachev 2016-07-14 16:53:38 +06:00
parent c431ae6d84
commit 1b56f59add
5 changed files with 83 additions and 10 deletions

View file

@ -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: