Changed: Only return if downloading data

This commit is contained in:
kervala 2016-10-11 18:02:55 +02:00
parent db6fcdf39d
commit 3d965a2071

View file

@ -346,8 +346,10 @@ void COperationDialog::processUpdateProfilesNextStep()
if (server.clientDownloadUrl == defaultServer.clientDownloadUrl) if (server.clientDownloadUrl == defaultServer.clientDownloadUrl)
{ {
if (QFile::exists("")) if (QFile::exists(""))
{
downloadData(); downloadData();
return; return;
}
} }
} }
else else