mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-22 20:40:18 +00:00
Test(Community) Object names for invite people menu item added (#12151)
This commit is contained in:
parent
181c785aa9
commit
c422adc15e
@ -121,6 +121,7 @@ Rectangle {
|
||||
StatusAction {
|
||||
text: qsTr("Invite People")
|
||||
icon.name: "share-ios"
|
||||
objectName: "invitePeople"
|
||||
}
|
||||
|
||||
StatusAction {
|
||||
|
@ -402,6 +402,7 @@ Column {
|
||||
StatusAction {
|
||||
text: qsTr("Invite People")
|
||||
icon.name: "share-ios"
|
||||
objectName: "invitePeople"
|
||||
}
|
||||
|
||||
StatusAction {
|
||||
|
@ -166,6 +166,7 @@ StatusSectionLayout {
|
||||
StatusAction {
|
||||
text: "Invite people"
|
||||
icon.name: "share-ios"
|
||||
objectName: "invitePeople"
|
||||
}
|
||||
|
||||
}
|
||||
@ -270,6 +271,7 @@ StatusSectionLayout {
|
||||
StatusAction {
|
||||
text: "Invite people"
|
||||
icon.name: "share-ios"
|
||||
objectName: "invitePeople"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -35,6 +35,7 @@ GridLayout {
|
||||
StatusAction {
|
||||
text: "Invite people"
|
||||
icon.name: "share-ios"
|
||||
objectName: "invitePeople"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user