diff --git a/src/qml/RoomDelegate.qml b/src/qml/RoomDelegate.qml index 79b6c3013..4e582cbcc 100644 --- a/src/qml/RoomDelegate.qml +++ b/src/qml/RoomDelegate.qml @@ -47,6 +47,7 @@ Delegates.RoundedItemDelegate { TapHandler { acceptedButtons: Qt.RightButton + acceptedDevices: PointerDevice.Mouse | PointerDevice.TouchPad | PointerDevice.Stylus onTapped: (eventPoint, button) => root.createRoomListContextMenu() }