diff --git a/ui/StatusQ/src/StatusQ/Components/StatusChatList.qml b/ui/StatusQ/src/StatusQ/Components/StatusChatList.qml index a1b31e491b..718171e709 100644 --- a/ui/StatusQ/src/StatusQ/Components/StatusChatList.qml +++ b/ui/StatusQ/src/StatusQ/Components/StatusChatList.qml @@ -70,7 +70,7 @@ Item { Connections { enabled: categoryPopupMenuSlot.active && highlighted target: categoryPopupMenuSlot.item - onClosed: { + function onClosed() { statusChatListCategoryItem.highlighted = false statusChatListCategoryItem.menuButton.highlighted = false }