mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:44:02 +02:00
move start json to a new directory
This commit is contained in:
parent
7d7570798b
commit
fca510c9f7
2 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ void AddressBarDialog::loadHome() {
|
|||
qDebug() << "Called LoadHome";
|
||||
auto locationBookmarks = DependencyManager::get<LocationBookmarks>();
|
||||
QString homeLocation = locationBookmarks->addressForBookmark(LocationBookmarks::HOME_BOOKMARK);
|
||||
const QString DEFAULT_HOME_LOCATION = "file:///~/start/start.json";
|
||||
const QString DEFAULT_HOME_LOCATION = "file:///~/serverless/start.json";
|
||||
if (homeLocation == "") {
|
||||
homeLocation = DEFAULT_HOME_LOCATION;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue