mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-06 03:22:44 +02:00
do not force people to hq
This commit is contained in:
parent
0c81f30a3c
commit
0222f188a7
1 changed files with 1 additions and 1 deletions
|
@ -441,7 +441,7 @@ void LauncherState::requestSettings() {
|
|||
connect(request, &UserSettingsRequest::finished, this, [this, request]() {
|
||||
auto userSettings = request->getUserSettings();
|
||||
if (userSettings.homeLocation.isEmpty()) {
|
||||
_config.homeLocation = "hifi://hq";
|
||||
_config.homeLocation = "";
|
||||
_contentCacheURL = "";
|
||||
} else {
|
||||
_config.homeLocation = userSettings.homeLocation;
|
||||
|
|
Loading…
Reference in a new issue