mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-24 13:32:22 +00:00
parent
4af1135f6c
commit
62b0c63965
@ -76,6 +76,15 @@ Rectangle {
|
||||
onTriggered: openPopup(createChannelPopup, {communityId: chatsModel.communities.activeCommunity.id})
|
||||
}
|
||||
|
||||
Action {
|
||||
text: qsTr("Invite People")
|
||||
enabled: chatsModel.communities.activeCommunity.canManageUsers
|
||||
icon.source: "../../img/export.svg"
|
||||
icon.width: 20
|
||||
icon.height: 20
|
||||
onTriggered: openPopup(inviteFriendsToCommunityPopup, {communityId: chatsModel.communities.activeCommunity.id})
|
||||
}
|
||||
|
||||
Action {
|
||||
//% "Leave community"
|
||||
text: qsTrId("leave-community")
|
||||
|
Loading…
x
Reference in New Issue
Block a user