From 23ddbc2e0d1f8489f160af6f784dccc42b1660c4 Mon Sep 17 00:00:00 2001 From: Pascal Precht Date: Fri, 2 Jul 2021 12:31:54 +0200 Subject: [PATCH] fix(StatusChatListAndCategories): ensure chat list receives popup menu Closes #218 --- src/StatusQ/Components/StatusChatListAndCategories.qml | 1 + 1 file changed, 1 insertion(+) 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 {