From ca8a61f0852fee431b22590949697975a5960729 Mon Sep 17 00:00:00 2001 From: Zach Fox Date: Wed, 6 Nov 2019 11:11:57 -0800 Subject: [PATCH] DEV-2701: Remove the home icon from the profile app --- .../hifi/simplifiedUI/avatarApp/AvatarApp.qml | 27 ------------------- 1 file changed, 27 deletions(-) diff --git a/interface/resources/qml/hifi/simplifiedUI/avatarApp/AvatarApp.qml b/interface/resources/qml/hifi/simplifiedUI/avatarApp/AvatarApp.qml index 7dbadc59f4..5ca2227dfb 100644 --- a/interface/resources/qml/hifi/simplifiedUI/avatarApp/AvatarApp.qml +++ b/interface/resources/qml/hifi/simplifiedUI/avatarApp/AvatarApp.qml @@ -106,33 +106,6 @@ Rectangle { } } - Image { - id: homeButton - source: "images/homeIcon.svg" - opacity: homeButtonMouseArea.containsMouse ? 1.0 : 0.7 - anchors.top: parent.top - anchors.topMargin: 15 - anchors.right: parent.right - anchors.rightMargin: 24 - width: 14 - height: 13 - - MouseArea { - id: homeButtonMouseArea - anchors.fill: parent - hoverEnabled: true - onEntered: { - Tablet.playSound(TabletEnums.ButtonHover); - } - onClicked: { - 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.getAddress("hqhome")); - } - } - } - AvatarAppComponents.DisplayNameHeader { id: displayNameHeader previewUrl: root.avatarPreviewUrl