mirror of https://github.com/status-im/StatusQ.git
fix(StatusChatListAndCategories): ensure chat list receives popup menu
Closes #218
This commit is contained in:
parent
a664f635a7
commit
23ddbc2e0d
|
@ -60,6 +60,7 @@ Item {
|
||||||
filterFn: function (model) {
|
filterFn: function (model) {
|
||||||
return !!!model.categoryId
|
return !!!model.categoryId
|
||||||
}
|
}
|
||||||
|
popupMenu: statusChatListAndCategories.chatListPopupMenu
|
||||||
}
|
}
|
||||||
|
|
||||||
Repeater {
|
Repeater {
|
||||||
|
|
Loading…
Reference in New Issue