mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-26 22:39:26 +00:00
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…
x
Reference in New Issue
Block a user