mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-06-15 11:15:25 +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;
|
error = LauncherUtils::ResponseError::ParsingJSON;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
onMostRecentBuildsReceived(response, error);
|
|
||||||
}
|
}
|
||||||
|
onMostRecentBuildsReceived(response, error);
|
||||||
};
|
};
|
||||||
LauncherUtils::httpCallOnThread(L"HQ Launcher",
|
LauncherUtils::httpCallOnThread(L"HQ Launcher",
|
||||||
L"thunder.highfidelity.com",
|
L"thunder.highfidelity.com",
|
||||||
|
|
Loading…
Reference in a new issue