From 78d62e93762e1d619e8bb10b273d0cfae525ee61 Mon Sep 17 00:00:00 2001 From: Tobias Fella Date: Wed, 13 Jul 2022 14:55:55 +0200 Subject: [PATCH] Revert "Disable opening context menu by right-clicking on mobile" This reverts commit 51efecaa25f8ece090256fb16a502cd741533872. --- imports/NeoChat/Page/RoomListPage.qml | 1 - 1 file changed, 1 deletion(-) 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() }