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:
Pascal Precht 2021-04-20 11:16:13 +02:00 committed by Iuri Matias
parent 122b3b8ae9
commit 5016091df7
1 changed files with 0 additions and 2 deletions

View File

@ -76,8 +76,6 @@ Button {
MouseArea {
id: mouseAreaBtn
enabled: chatsModel.communities.activeCommunity.admin
visible: enabled
cursorShape: Qt.PointingHandCursor
anchors.fill: parent
onPressed: {