mirror of
https://github.com/lubosz/overte.git
synced 2025-04-18 04:18:17 +02:00
avatarisland link should direct to 11.5848,-8.10862,-2.80195
This commit is contained in:
parent
89c478310f
commit
a9f10b2305
1 changed files with 1 additions and 1 deletions
|
@ -535,7 +535,7 @@ Rectangle {
|
|||
anchors.fill: parent
|
||||
onClicked: {
|
||||
popup.showGetWearables(function() {
|
||||
emitSendToScript({'method' : 'navigate', 'url' : 'hifi://AvatarIsland'})
|
||||
emitSendToScript({'method' : 'navigate', 'url' : 'hifi://AvatarIsland/11.5848,-8.10862,-2.80195'})
|
||||
}, function(link) {
|
||||
console.debug('link clicked', link);
|
||||
emitSendToScript({'method' : 'navigate', 'url' : link})
|
||||
|
|
Loading…
Reference in a new issue