mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-11 06:47:01 +00:00
fix(Groups): block add members button is you not group admin
Closes: #4840
This commit is contained in:
parent
23d9e9f8e9
commit
4c0b09e9f5
@ -279,7 +279,7 @@ StatusModal {
|
||||
|
||||
rightButtons: [
|
||||
StatusButton {
|
||||
visible: !popup.addMembers
|
||||
visible: !popup.addMembers && popup.isAdmin
|
||||
//% "Add members"
|
||||
text: qsTrId("add-members")
|
||||
onClicked: {
|
||||
|
Loading…
x
Reference in New Issue
Block a user