mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-03 02:06:19 +00:00
fix(StatusChatListAndCategories): ensure chat list receives popup menu
Closes #218
This commit is contained in:
parent
98ebedc63c
commit
b8e55a946c
@ -60,6 +60,7 @@ Item {
|
|||||||
filterFn: function (model) {
|
filterFn: function (model) {
|
||||||
return !!!model.categoryId
|
return !!!model.categoryId
|
||||||
}
|
}
|
||||||
|
popupMenu: statusChatListAndCategories.chatListPopupMenu
|
||||||
}
|
}
|
||||||
|
|
||||||
Repeater {
|
Repeater {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user