fix(Communities): allow everyone to activate community profile popup
Prior to this commit, only admins of a community could open up the community profile popup from inside the community. However, normal members should be able to do so too.
This commit is contained in:
parent
122b3b8ae9
commit
5016091df7
|
@ -76,8 +76,6 @@ Button {
|
|||
|
||||
MouseArea {
|
||||
id: mouseAreaBtn
|
||||
enabled: chatsModel.communities.activeCommunity.admin
|
||||
visible: enabled
|
||||
cursorShape: Qt.PointingHandCursor
|
||||
anchors.fill: parent
|
||||
onPressed: {
|
||||
|
|
Loading…
Reference in New Issue