HTile: handle menu key press, open context menu

This commit is contained in:
miruka
2020-07-09 21:33:51 -04:00
parent c35894e4c8
commit 10eeb662af
2 changed files with 18 additions and 24 deletions

View File

@@ -65,7 +65,7 @@ HTile {
icon.name: "device-action-menu"
toolTip.text: qsTr("Rename, verify or sign out")
backgroundColor: "transparent"
onClicked: contextMenuLoader.active = true
onClicked: deviceTile.openMenu()
Layout.fillHeight: true
}