diff --git a/ui/StatusQ/src/StatusQ/Components/StatusChatListAndCategories.qml b/ui/StatusQ/src/StatusQ/Components/StatusChatListAndCategories.qml index fb602ecc8c..18fc5fa714 100644 --- a/ui/StatusQ/src/StatusQ/Components/StatusChatListAndCategories.qml +++ b/ui/StatusQ/src/StatusQ/Components/StatusChatListAndCategories.qml @@ -13,6 +13,8 @@ Item { implicitHeight: chatListsAndCategories.height implicitWidth: chatListsAndCategories.width + property alias highlightItem: statusChatList.highlightItem + property StatusTooltipSettings categoryAddButtonToolTip: StatusTooltipSettings { text: qsTr("Add channel inside category") }