mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-08 20:56:39 +00:00
feat(Contacts): Remove ability to cancel outgoing CR
Close #9901 and #9898
This commit is contained in:
parent
e4f6724fdd
commit
3a09ef8fac
@ -530,17 +530,6 @@ Pane {
|
|||||||
removeContactConfirmationDialog.open()
|
removeContactConfirmationDialog.open()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
StatusAction {
|
|
||||||
text: qsTr("Cancel Contact Request")
|
|
||||||
icon.name: "cancel"
|
|
||||||
type: StatusAction.Type.Danger
|
|
||||||
enabled: !d.isContact && d.isContactRequestSent && !d.contactDetails.removed
|
|
||||||
onTriggered: {
|
|
||||||
moreMenu.close()
|
|
||||||
root.contactsStore.removeContact(root.publicKey)
|
|
||||||
d.reload()
|
|
||||||
}
|
|
||||||
}
|
|
||||||
StatusAction {
|
StatusAction {
|
||||||
text: qsTr("Block User")
|
text: qsTr("Block User")
|
||||||
icon.name: "cancel"
|
icon.name: "cancel"
|
||||||
|
2
vendor/status-go
vendored
2
vendor/status-go
vendored
@ -1 +1 @@
|
|||||||
Subproject commit 7cd7430d3141b08f7c455d7918f4160ea8fd0559
|
Subproject commit c86d42d93020a140cde6a30e101e2fec84f3fab0
|
Loading…
x
Reference in New Issue
Block a user