1
0

qml: parent channel open progress dialog to main.qml as it might live longer than OpenChannel

This commit is contained in:
Sander van Grieken
2022-07-26 19:07:11 +02:00
parent 4f3dc7a2cc
commit e9a1824a77
3 changed files with 21 additions and 13 deletions

View File

@@ -186,6 +186,11 @@ ApplicationWindow
}
}
property alias channelOpenProgressDialog: _channelOpenProgressDialog
ChannelOpenProgressDialog {
id: _channelOpenProgressDialog
}
NotificationPopup {
id: notificationPopup
}