fix(dapps): Update the connect modal close policy

closes: #16829

Adding NoAutoClose
Removing the close button in the popup header
This commit is contained in:
Alex Jbanca 2024-11-28 16:03:34 +02:00 committed by Alex Jbanca
parent ba86132ec0
commit 95333e4b4a
1 changed files with 8 additions and 0 deletions

View File

@ -99,6 +99,14 @@ StatusDialog {
qsTr("Connection request")
padding: 0
closePolicy: Popup.NoAutoClose
header: StatusDialogHeader {
visible: root.title || root.subtitle
headline.title: root.title
headline.subtitle: root.subtitle
actions.closeButton.visible: false
}
StatusScrollView {
id: scrollView