fix(ActivityCenter): Activity center button is not active when activity center is opened

The button is now in highlighted state when it's active.

Fixes #6119
This commit is contained in:
Noelia 2022-06-23 11:12:54 +02:00 committed by Noelia
parent e30ba7e760
commit 65e91fac44
1 changed files with 1 additions and 0 deletions

View File

@ -188,6 +188,7 @@ ColumnLayout {
onMembersButtonClicked: localAccountSensitiveSettings.expandUsersList = !localAccountSensitiveSettings.expandUsersList
onNotificationButtonClicked: activityCenter.open()
notificationButton.highlighted: activityCenter.visible
popupMenu: ChatContextMenuView {
emojiPopup: chatContentRoot.emojiPopup