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:
parent
ba86132ec0
commit
95333e4b4a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue