mirror of
https://github.com/lubosz/overte.git
synced 2025-08-07 17:41:12 +02:00
Merge branch 'qt-launcher' of github.com:danteruiz/hifi into qt-launcher
This commit is contained in:
commit
6a51584356
1 changed files with 1 additions and 1 deletions
|
@ -441,7 +441,7 @@ void LauncherState::requestSettings() {
|
||||||
connect(request, &UserSettingsRequest::finished, this, [this, request]() {
|
connect(request, &UserSettingsRequest::finished, this, [this, request]() {
|
||||||
auto userSettings = request->getUserSettings();
|
auto userSettings = request->getUserSettings();
|
||||||
if (userSettings.homeLocation.isEmpty()) {
|
if (userSettings.homeLocation.isEmpty()) {
|
||||||
_config.homeLocation = "hifi://hq";
|
_config.homeLocation = "file:///~/serverless/tutorial.json";
|
||||||
_contentCacheURL = "";
|
_contentCacheURL = "";
|
||||||
} else {
|
} else {
|
||||||
_config.homeLocation = userSettings.homeLocation;
|
_config.homeLocation = userSettings.homeLocation;
|
||||||
|
|
Loading…
Reference in a new issue