Changed: Only return if downloading data

--HG--
branch : develop
feature/pipeline-tools
kervala 8 years ago
parent d2edc7d418
commit bc45604e46

@ -346,10 +346,12 @@ 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
{ {
QString clientFile = config->getInstallationDirectory() + "/" + config->expandVariables(server.clientDownloadFilename); QString clientFile = config->getInstallationDirectory() + "/" + config->expandVariables(server.clientDownloadFilename);

Loading…
Cancel
Save