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:
parent
63c3b756a5
commit
d191a2d9ec
|
@ -105,7 +105,8 @@ StatusSectionLayout {
|
||||||
Layout.leftMargin: Style.current.halfPadding
|
Layout.leftMargin: Style.current.halfPadding
|
||||||
Layout.rightMargin: Style.current.halfPadding
|
Layout.rightMargin: Style.current.halfPadding
|
||||||
type: StatusChatInfoButton.Type.OneToOneChat
|
type: StatusChatInfoButton.Type.OneToOneChat
|
||||||
hoverEnabled: false
|
hoverEnabled: true
|
||||||
|
onClicked: root.backToCommunityClicked()
|
||||||
}
|
}
|
||||||
|
|
||||||
StatusListView {
|
StatusListView {
|
||||||
|
|
Loading…
Reference in New Issue