move start json to a new directory

This commit is contained in:
Seth Alves 2018-03-07 18:45:45 -08:00
parent 7d7570798b
commit fca510c9f7
2 changed files with 1 additions and 1 deletions

View file

@ -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;
}