diff --git a/src/StatusQ/Components/StatusNavigationListItem.qml b/src/StatusQ/Components/StatusNavigationListItem.qml index e93f1f57..f05653d5 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(statusNavigationListItem.itemId, mouse) } components: [