parent
6de3466cb2
commit
27c883ae98
|
@ -25,14 +25,12 @@ SettingsContentBase {
|
||||||
property alias searchStr: searchBox.text
|
property alias searchStr: searchBox.text
|
||||||
property bool isPending: false
|
property bool isPending: false
|
||||||
|
|
||||||
headerComponents: [
|
titleRowComponentLoader.sourceComponent: StatusButton {
|
||||||
StatusButton {
|
text: qsTr("Send contact request to chat key")
|
||||||
text: qsTr("Send contact request to chat key")
|
onClicked: {
|
||||||
onClicked: {
|
sendContactRequest.open()
|
||||||
sendContactRequest.open()
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
]
|
}
|
||||||
|
|
||||||
function openContextMenu(publicKey, name, icon) {
|
function openContextMenu(publicKey, name, icon) {
|
||||||
contactContextMenu.selectedUserPublicKey = publicKey
|
contactContextMenu.selectedUserPublicKey = publicKey
|
||||||
|
|
Loading…
Reference in New Issue