BUGZ-671: Make 'Your Profile' Home button go to bookmark 'hqhome'

This commit is contained in:
Zach Fox 2019-06-13 10:27:18 -07:00
parent 50cfe4531e
commit 289e948d6b

View file

@ -122,7 +122,7 @@ Rectangle {
Tablet.playSound(TabletEnums.ButtonClick);
// Can't use `Window.location` in QML, so just use what setting `Window.location` actually calls under the hood:
// AddressManager.handleLookupString().
AddressManager.handleLookupString(LocationBookmarks.getHomeLocationAddress());
AddressManager.handleLookupString(LocationBookmarks.getAddress("hqhome"));
}
}
}