parent
81bb7fcc65
commit
4a1c497a08
|
@ -24,6 +24,7 @@ Button {
|
||||||
height: 40
|
height: 40
|
||||||
source: chatsModel.communities.activeCommunity.thumbnailImage
|
source: chatsModel.communities.activeCommunity.thumbnailImage
|
||||||
anchors.verticalCenter: parent.verticalCenter
|
anchors.verticalCenter: parent.verticalCenter
|
||||||
|
noHover: true
|
||||||
}
|
}
|
||||||
|
|
||||||
StyledText {
|
StyledText {
|
||||||
|
@ -51,6 +52,8 @@ Button {
|
||||||
|
|
||||||
MouseArea {
|
MouseArea {
|
||||||
id: mouseAreaBtn
|
id: mouseAreaBtn
|
||||||
|
enabled: chatsModel.communities.activeCommunity.admin
|
||||||
|
visible: enabled
|
||||||
cursorShape: Qt.PointingHandCursor
|
cursorShape: Qt.PointingHandCursor
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
onPressed: communityProfilePopup.open();
|
onPressed: communityProfilePopup.open();
|
||||||
|
|
Loading…
Reference in New Issue