diff --git a/imports/NeoChat/Page/RoomListPage.qml b/imports/NeoChat/Page/RoomListPage.qml index 3024be331..1d0722d3c 100644 --- a/imports/NeoChat/Page/RoomListPage.qml +++ b/imports/NeoChat/Page/RoomListPage.qml @@ -233,6 +233,7 @@ Kirigami.ScrollablePage { } TapHandler { acceptedButtons: Qt.RightButton + acceptedDevices: PointerDevice.Mouse onTapped: createRoomListContextMenu() }