Changed: Only return if downloading data

--HG--
branch : develop
This commit is contained in:
kervala 2016-10-11 18:02:55 +02:00
parent d2edc7d418
commit bc45604e46

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