Merge pull request #15760 from zfox23/SUI/betterHomeBookmark

BUGZ-671: Make 'Your Profile' Home button go to bookmark 'hqhome'
This commit is contained in:
Zach Fox 2019-06-13 10:49:58 -07:00 committed by GitHub
commit 431ec0bfd0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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"));
}
}
}