mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-06-12 21:27:44 +02:00
GH-1053 add back update progress dialog
This commit is contained in:
@ -154,7 +154,7 @@ void DownloadTask::fileDownloadFailed(QString reason)
|
||||
|
||||
void DownloadTask::fileDownloadProgressChanged(qint64 current, qint64 total)
|
||||
{
|
||||
setProgress((int)(((float)current / (float)total) * 100));
|
||||
setProgress(current, total);
|
||||
}
|
||||
|
||||
QString DownloadTask::updateFilesDir()
|
||||
|
Reference in New Issue
Block a user