Skip to content

Commit 95333e4

Browse files
committed
fix(dapps): Update the connect modal close policy
closes: #16829 Adding NoAutoClose Removing the close button in the popup header
1 parent ba86132 commit 95333e4

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

ui/imports/shared/popups/walletconnect/ConnectDAppModal.qml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,14 @@ StatusDialog {
9999
qsTr("Connection request")
100100

101101
padding: 0
102+
closePolicy: Popup.NoAutoClose
103+
104+
header: StatusDialogHeader {
105+
visible: root.title || root.subtitle
106+
headline.title: root.title
107+
headline.subtitle: root.subtitle
108+
actions.closeButton.visible: false
109+
}
102110

103111
StatusScrollView {
104112
id: scrollView

0 commit comments

Comments
 (0)