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 Michał Cieślak
parent 98ebedc63c
commit b8e55a946c
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 {