mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
Changed: Only return if downloading data
--HG-- branch : develop
This commit is contained in:
parent
d2edc7d418
commit
bc45604e46
1 changed files with 3 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue