fix: Adding contacts via profile settings
This commit is contained in:
parent
444072f599
commit
d8345c5e0e
|
@ -217,7 +217,7 @@ Item {
|
|||
disabled: !contactToAddInfo.visible
|
||||
anchors.bottom: parent.bottom
|
||||
onClicked: {
|
||||
profileModel.addContact(profileModel.contacts.contactToAddPubKey);
|
||||
profileModel.contacts.addContact(profileModel.contacts.contactToAddPubKey);
|
||||
addContactModal.close()
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue