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,10 +346,12 @@ void COperationDialog::processUpdateProfilesNextStep()
if (server.clientDownloadUrl == defaultServer.clientDownloadUrl)
{
if (QFile::exists(""))
{
downloadData();
return;
}
}
}
else
{
QString clientFile = config->getInstallationDirectory() + "/" + config->expandVariables(server.clientDownloadFilename);