From e541370c965142a53466ef9c648f0b20d4f374ba Mon Sep 17 00:00:00 2001 From: Boris Melnik Date: Wed, 25 May 2022 01:09:22 +0300 Subject: [PATCH] fix(StatusNavigationListItem): Fix click arguments Closes: https://github.com/status-im/status-desktop/issues/5872 --- src/StatusQ/Components/StatusNavigationListItem.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/StatusQ/Components/StatusNavigationListItem.qml b/src/StatusQ/Components/StatusNavigationListItem.qml index e93f1f57..459631a7 100644 --- a/src/StatusQ/Components/StatusNavigationListItem.qml +++ b/src/StatusQ/Components/StatusNavigationListItem.qml @@ -32,7 +32,7 @@ StatusListItem { anchors.fill: parent cursorShape: Qt.PointingHandCursor hoverEnabled: true - onClicked: statusNavigationListItem.clicked(mouse) + onClicked: statusNavigationListItem.clicked(itemId, mouse) } components: [