diff --git a/imports/NeoChat/Page/RoomListPage.qml b/imports/NeoChat/Page/RoomListPage.qml index 3024be331..8a1b6ad7a 100644 --- a/imports/NeoChat/Page/RoomListPage.qml +++ b/imports/NeoChat/Page/RoomListPage.qml @@ -232,6 +232,7 @@ Kirigami.ScrollablePage { createRoomListContextMenu() } TapHandler { + enabled: !Kirigami.Settings.isMobile acceptedButtons: Qt.RightButton onTapped: createRoomListContextMenu() }