mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 22:39:18 +02:00
BUGZ-671: Make 'Your Profile' Home button go to bookmark 'hqhome'
This commit is contained in:
parent
50cfe4531e
commit
289e948d6b
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ Rectangle {
|
||||||
Tablet.playSound(TabletEnums.ButtonClick);
|
Tablet.playSound(TabletEnums.ButtonClick);
|
||||||
// Can't use `Window.location` in QML, so just use what setting `Window.location` actually calls under the hood:
|
// Can't use `Window.location` in QML, so just use what setting `Window.location` actually calls under the hood:
|
||||||
// AddressManager.handleLookupString().
|
// AddressManager.handleLookupString().
|
||||||
AddressManager.handleLookupString(LocationBookmarks.getHomeLocationAddress());
|
AddressManager.handleLookupString(LocationBookmarks.getAddress("hqhome"));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue