Fix right clicking on chat list delegate

BUG: 475226
This commit is contained in:
Carl Schwan
2023-10-05 10:59:37 +02:00
parent 2251edbf86
commit f6186aad2e

View File

@@ -37,7 +37,6 @@ Delegates.RoundedItemDelegate {
TapHandler {
acceptedButtons: Qt.RightButton
acceptedDevices: PointerDevice.Mouse
onTapped: createRoomListContextMenu()
}