|
|
@ -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);
|
|
|
|