diff --git a/src/StatusQ/Components/StatusChatListCategory.qml b/src/StatusQ/Components/StatusChatListCategory.qml index a9ccbc90..deb07f3e 100644 --- a/src/StatusQ/Components/StatusChatListCategory.qml +++ b/src/StatusQ/Components/StatusChatListCategory.qml @@ -16,6 +16,7 @@ Column { property bool opened: true property bool dragged: false + property alias statusChatListCategoryItem: statusChatListCategoryItem property alias showActionButtons: statusChatListCategoryItem.showActionButtons property alias addButton: statusChatListCategoryItem.addButton property alias menuButton: statusChatListCategoryItem.menuButton