fix(Contacts): Remove dublicated action from menu
This commit is contained in:
parent
9ff9ad8f09
commit
53a2926400
|
@ -468,16 +468,6 @@ Pane {
|
|||
"%1 (%2)".arg(d.optionalDisplayName).arg(Utils.getElidedCompressedPk(root.publicKey)))
|
||||
}
|
||||
}
|
||||
StatusAction {
|
||||
text: qsTr("Reverse Contact Rejection")
|
||||
icon.name: "refresh"
|
||||
enabled: d.contactDetails.removed
|
||||
onTriggered: {
|
||||
moreMenu.close()
|
||||
root.contactsStore.removeContactRequestRejection(root.publicKey)
|
||||
d.reload()
|
||||
}
|
||||
}
|
||||
StatusAction {
|
||||
text: qsTr("Copy Link to Profile")
|
||||
icon.name: "copy"
|
||||
|
|
Loading…
Reference in New Issue