mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 06:17:28 +02:00
Merge pull request #16462 from zfox23/removeHomeIcon
DEV-2701: Remove the home icon from the profile app
This commit is contained in:
commit
10a1ee24e8
1 changed files with 0 additions and 27 deletions
|
@ -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 {
|
AvatarAppComponents.DisplayNameHeader {
|
||||||
id: displayNameHeader
|
id: displayNameHeader
|
||||||
previewUrl: root.avatarPreviewUrl
|
previewUrl: root.avatarPreviewUrl
|
||||||
|
|
Loading…
Reference in a new issue