fix(StatusChatListAndCategories): ensure chat list receives popup menu

Closes #218
This commit is contained in:
Pascal Precht 2021-07-02 12:31:54 +02:00 committed by Pascal Precht
parent a664f635a7
commit 23ddbc2e0d
1 changed files with 1 additions and 0 deletions

View File

@ -60,6 +60,7 @@ Item {
filterFn: function (model) {
return !!!model.categoryId
}
popupMenu: statusChatListAndCategories.chatListPopupMenu
}
Repeater {