From a9f10b230574d45d751b68b27ec6ac76891bd58d Mon Sep 17 00:00:00 2001 From: Alexander Ivash Date: Wed, 6 Jun 2018 21:50:11 +0300 Subject: [PATCH] avatarisland link should direct to 11.5848,-8.10862,-2.80195 --- interface/resources/qml/hifi/AvatarApp.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/resources/qml/hifi/AvatarApp.qml b/interface/resources/qml/hifi/AvatarApp.qml index 74fb32c443..b7d6b12ed1 100644 --- a/interface/resources/qml/hifi/AvatarApp.qml +++ b/interface/resources/qml/hifi/AvatarApp.qml @@ -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})