mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-04 04:24:47 +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";
|
qDebug() << "Called LoadHome";
|
||||||
auto locationBookmarks = DependencyManager::get<LocationBookmarks>();
|
auto locationBookmarks = DependencyManager::get<LocationBookmarks>();
|
||||||
QString homeLocation = locationBookmarks->addressForBookmark(LocationBookmarks::HOME_BOOKMARK);
|
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 == "") {
|
if (homeLocation == "") {
|
||||||
homeLocation = DEFAULT_HOME_LOCATION;
|
homeLocation = DEFAULT_HOME_LOCATION;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue