diff --git a/src/StatusQ/Components/StatusChatListAndCategories.qml b/src/StatusQ/Components/StatusChatListAndCategories.qml index 9bcd8353..2f94bbcc 100644 --- a/src/StatusQ/Components/StatusChatListAndCategories.qml +++ b/src/StatusQ/Components/StatusChatListAndCategories.qml @@ -60,6 +60,7 @@ Item { filterFn: function (model) { return !!!model.categoryId } + popupMenu: statusChatListAndCategories.chatListPopupMenu } Repeater {