We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba86132 commit 95333e4Copy full SHA for 95333e4
ui/imports/shared/popups/walletconnect/ConnectDAppModal.qml
@@ -99,6 +99,14 @@ StatusDialog {
99
qsTr("Connection request")
100
101
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
+ }
110
111
StatusScrollView {
112
id: scrollView
0 commit comments