mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-03 18:25:33 +00:00
parent
4af1135f6c
commit
62b0c63965
@ -76,6 +76,15 @@ Rectangle {
|
|||||||
onTriggered: openPopup(createChannelPopup, {communityId: chatsModel.communities.activeCommunity.id})
|
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 {
|
Action {
|
||||||
//% "Leave community"
|
//% "Leave community"
|
||||||
text: qsTrId("leave-community")
|
text: qsTrId("leave-community")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user