diff --git a/src/StatusQ/Components/StatusChatListAndCategories.qml b/src/StatusQ/Components/StatusChatListAndCategories.qml index 01338885..e649f6e7 100644 --- a/src/StatusQ/Components/StatusChatListAndCategories.qml +++ b/src/StatusQ/Components/StatusChatListAndCategories.qml @@ -113,6 +113,7 @@ Item { delegate: Item { id: draggable + objectName: model.name width: statusChatListCategory.width height: statusChatListCategory.height property alias chatListCategory: statusChatListCategory @@ -259,6 +260,7 @@ Item { Repeater { id: statusChatListCategories + objectName: "communityChatListCategories" visible: !!model && model.count > 0 model: delegateModel }