Fix right clicking on chat list delegate
BUG: 475226
This commit is contained in:
@@ -37,7 +37,6 @@ Delegates.RoundedItemDelegate {
|
|||||||
|
|
||||||
TapHandler {
|
TapHandler {
|
||||||
acceptedButtons: Qt.RightButton
|
acceptedButtons: Qt.RightButton
|
||||||
acceptedDevices: PointerDevice.Mouse
|
|
||||||
onTapped: createRoomListContextMenu()
|
onTapped: createRoomListContextMenu()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user