Revert "Disable opening context menu by right-clicking on mobile"
This reverts commit 51efecaa25.
This commit is contained in:
@@ -232,7 +232,6 @@ Kirigami.ScrollablePage {
|
|||||||
createRoomListContextMenu()
|
createRoomListContextMenu()
|
||||||
}
|
}
|
||||||
TapHandler {
|
TapHandler {
|
||||||
enabled: !Kirigami.Settings.isMobile
|
|
||||||
acceptedButtons: Qt.RightButton
|
acceptedButtons: Qt.RightButton
|
||||||
onTapped: createRoomListContextMenu()
|
onTapped: createRoomListContextMenu()
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user