feat(StatusChatListAndCategories) expose highlightItem property (#796)

This commit is contained in:
Michał 2022-07-22 16:35:04 +02:00 committed by GitHub
parent c0057daa7a
commit 795370086b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,8 @@ Item {
implicitHeight: chatListsAndCategories.height implicitHeight: chatListsAndCategories.height
implicitWidth: chatListsAndCategories.width implicitWidth: chatListsAndCategories.width
property alias highlightItem: statusChatList.highlightItem
property StatusTooltipSettings categoryAddButtonToolTip: StatusTooltipSettings { property StatusTooltipSettings categoryAddButtonToolTip: StatusTooltipSettings {
text: qsTr("Add channel inside category") text: qsTr("Add channel inside category")
} }