Update ui/app/AppLayouts/Chat/ContactsColumn/Channel.qml
Co-authored-by: Jonathan Rainville <rainville.jonathan@gmail.com>
This commit is contained in:
parent
bd6e9e3007
commit
e64fe104fd
|
@ -43,7 +43,7 @@ Item {
|
|||
property string profileImage: realChatType === Constants.chatTypeOneToOne ? appMain.getProfileImage(chatId) || "" : ""
|
||||
|
||||
// Hide the box if it is filtered out
|
||||
property bool isVisible: categoryId == filterCategory && (searchStr === "" || name.includes(searchStr))
|
||||
property bool isVisible: categoryId === filterCategory && (searchStr === "" || name.includes(searchStr))
|
||||
|
||||
id: wrapper
|
||||
anchors.right: parent.right
|
||||
|
|
Loading…
Reference in New Issue