mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 16:55:06 +02:00
Display error when connection fails
This commit is contained in:
parent
e6e771df7b
commit
c77da03535
1 changed files with 1 additions and 1 deletions
|
@ -410,8 +410,8 @@ void LauncherManager::getMostRecentBuilds(CString& launcherUrlOut, CString& laun
|
|||
error = LauncherUtils::ResponseError::ParsingJSON;
|
||||
}
|
||||
}
|
||||
onMostRecentBuildsReceived(response, error);
|
||||
}
|
||||
onMostRecentBuildsReceived(response, error);
|
||||
};
|
||||
LauncherUtils::httpCallOnThread(L"HQ Launcher",
|
||||
L"thunder.highfidelity.com",
|
||||
|
|
Loading…
Reference in a new issue