fix(Contacts): Remove dublicated action from menu

This commit is contained in:
MishkaRogachev 2023-03-16 13:16:01 +05:30 committed by Mikhail Rogachev
parent 9ff9ad8f09
commit 53a2926400
1 changed files with 0 additions and 10 deletions

View File

@ -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"