mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-10 01:09:34 +00:00
Changed: Only return if downloading data
This commit is contained in:
parent
db6fcdf39d
commit
3d965a2071
1 changed files with 3 additions and 1 deletions
|
@ -346,8 +346,10 @@ void COperationDialog::processUpdateProfilesNextStep()
|
|||
if (server.clientDownloadUrl == defaultServer.clientDownloadUrl)
|
||||
{
|
||||
if (QFile::exists(""))
|
||||
{
|
||||
downloadData();
|
||||
return;
|
||||
return;
|
||||
}
|
||||
}
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue