Make the RightClick button works correctly

This commit is contained in:
Carl Schwan
2020-12-16 16:28:42 +00:00
parent 2056d75ee7
commit 5d80fdfcb6

View File

@@ -118,6 +118,7 @@ Kirigami.ScrollablePage {
TapHandler {
acceptedButtons: Qt.RightButton
gesturePolicy: TapHandler.ReleaseWithinBounds
onTapped: roomListContextMenu.createObject(roomLayout, {"room": currentRoom}).popup()
}