diff --git a/src/qml/AvatarTabButton.qml b/src/qml/AvatarTabButton.qml index 12bfcc79a..31b76a9b1 100644 --- a/src/qml/AvatarTabButton.qml +++ b/src/qml/AvatarTabButton.qml @@ -48,6 +48,7 @@ Delegates.RoundedItemDelegate { TapHandler { acceptedDevices: PointerDevice.TouchScreen + onTapped: root.selected() onLongPressed: root.contextMenuRequested() }