fix(@desktop/chats): add background to member button when opened

This fix adds a background to the member button when the members section is open.

fixes #3101
This commit is contained in:
Khushboo Mehta 2021-08-05 15:52:28 +02:00 committed by Iuri Matias
parent 60bb622159
commit 7d8c0d676d
1 changed files with 1 additions and 0 deletions

View File

@ -236,6 +236,7 @@ Item {
}
membersButton.visible: appSettings.showOnlineUsers && chatsModel.channelView.activeChannel.chatType !== Constants.chatTypeOneToOne
membersButton.highlighted: showUsers
notificationButton.visible: appSettings.isActivityCenterEnabled
notificationCount: chatsModel.activityNotificationList.unreadCount