From 6ed02193138e514772d8419565730c95a63de187 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82?= Date: Fri, 22 Jul 2022 16:35:04 +0200 Subject: [PATCH] feat(StatusChatListAndCategories) expose highlightItem property (#796) --- .../src/StatusQ/Components/StatusChatListAndCategories.qml | 2 ++ 1 file changed, 2 insertions(+) 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") }