From d191a2d9ec46a95f0b7c615b9f7494baa1e2f24f Mon Sep 17 00:00:00 2001 From: Roman Chornii Date: Thu, 2 May 2024 20:24:56 +0300 Subject: [PATCH] fix(UX Improvement): Clicking on the community logo when in the admin panel should take back to the community. Fixes(#14271) (#14544) --- ui/app/AppLayouts/Communities/views/CommunitySettingsView.qml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ui/app/AppLayouts/Communities/views/CommunitySettingsView.qml b/ui/app/AppLayouts/Communities/views/CommunitySettingsView.qml index 4aec824cae..23bf3fb777 100644 --- a/ui/app/AppLayouts/Communities/views/CommunitySettingsView.qml +++ b/ui/app/AppLayouts/Communities/views/CommunitySettingsView.qml @@ -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 {