mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-17 09:08:49 +00:00
fix: Adding contacts via profile settings
This commit is contained in:
parent
444072f599
commit
d8345c5e0e
@ -217,7 +217,7 @@ Item {
|
|||||||
disabled: !contactToAddInfo.visible
|
disabled: !contactToAddInfo.visible
|
||||||
anchors.bottom: parent.bottom
|
anchors.bottom: parent.bottom
|
||||||
onClicked: {
|
onClicked: {
|
||||||
profileModel.addContact(profileModel.contacts.contactToAddPubKey);
|
profileModel.contacts.addContact(profileModel.contacts.contactToAddPubKey);
|
||||||
addContactModal.close()
|
addContactModal.close()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user