Revert "Disable opening context menu by right-clicking on mobile"

This reverts commit 51efecaa25.
This commit is contained in:
Tobias Fella
2022-07-13 14:55:55 +02:00
parent 11e9eaf3e9
commit 78d62e9376

View File

@@ -232,7 +232,6 @@ Kirigami.ScrollablePage {
createRoomListContextMenu()
}
TapHandler {
enabled: !Kirigami.Settings.isMobile
acceptedButtons: Qt.RightButton
onTapped: createRoomListContextMenu()
}