mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-18 10:32:53 +00:00
fix(MembersTabPanel): unbreak context menu
- restore backwards compatibility; a lot of the actions in the component relies on the old StatusListItem's `title` property to work correctly - fixes the missing image and name in the profile context menu, among others Fixes #16367
This commit is contained in:
parent
9abc01426f
commit
4206617d9e
@ -285,6 +285,8 @@ Item {
|
||||
}
|
||||
]
|
||||
|
||||
readonly property string title: model.preferredDisplayName
|
||||
|
||||
width: membersList.width
|
||||
visible: memberSearch.text === "" || title.toLowerCase().includes(memberSearch.text.toLowerCase())
|
||||
height: visible ? implicitHeight : 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user