fix(UX Improvement): Clicking on the community logo when in the admin panel should take back to the community. Fixes(#14271) (#14544)

This commit is contained in:
Roman Chornii 2024-05-02 20:24:56 +03:00 committed by GitHub
parent 63c3b756a5
commit d191a2d9ec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -105,7 +105,8 @@ StatusSectionLayout {
Layout.leftMargin: Style.current.halfPadding
Layout.rightMargin: Style.current.halfPadding
type: StatusChatInfoButton.Type.OneToOneChat
hoverEnabled: false
hoverEnabled: true
onClicked: root.backToCommunityClicked()
}
StatusListView {