mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-06 12:12:59 +02:00
edit home location
This commit is contained in:
parent
0222f188a7
commit
31c78d7a70
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 = "";
|
||||
_config.homeLocation = "file:///~/serverless/tutorial.json";
|
||||
_contentCacheURL = "";
|
||||
} else {
|
||||
_config.homeLocation = userSettings.homeLocation;
|
||||
|
|
Loading…
Reference in a new issue