parent
54e2217c93
commit
0d24a2520d
|
@ -329,6 +329,8 @@ SettingsContentBase {
|
||||||
|
|
||||||
Loader {
|
Loader {
|
||||||
id: sendContactRequest
|
id: sendContactRequest
|
||||||
|
width: parent.width
|
||||||
|
height: parent.height
|
||||||
active: false
|
active: false
|
||||||
|
|
||||||
function open() {
|
function open() {
|
||||||
|
@ -340,9 +342,8 @@ SettingsContentBase {
|
||||||
}
|
}
|
||||||
|
|
||||||
sourceComponent: SendContactRequestModal {
|
sourceComponent: SendContactRequestModal {
|
||||||
anchors.centerIn: root
|
anchors.centerIn: parent
|
||||||
contactsStore: root.contactsStore
|
contactsStore: root.contactsStore
|
||||||
|
|
||||||
onClosed: {
|
onClosed: {
|
||||||
sendContactRequest.close();
|
sendContactRequest.close();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue