mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-07 04:06:02 +00:00
parent
54e2217c93
commit
0d24a2520d
@ -329,6 +329,8 @@ SettingsContentBase {
|
||||
|
||||
Loader {
|
||||
id: sendContactRequest
|
||||
width: parent.width
|
||||
height: parent.height
|
||||
active: false
|
||||
|
||||
function open() {
|
||||
@ -340,9 +342,8 @@ SettingsContentBase {
|
||||
}
|
||||
|
||||
sourceComponent: SendContactRequestModal {
|
||||
anchors.centerIn: root
|
||||
anchors.centerIn: parent
|
||||
contactsStore: root.contactsStore
|
||||
|
||||
onClosed: {
|
||||
sendContactRequest.close();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user