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