Skip to content

Commit

Permalink
fix(dapps): Update the connect modal close policy
Browse files Browse the repository at this point in the history
closes: #16829

Adding NoAutoClose
Removing the close button in the popup header
  • Loading branch information
alexjba committed Dec 3, 2024
1 parent ba86132 commit 95333e4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions ui/imports/shared/popups/walletconnect/ConnectDAppModal.qml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 95333e4

Please sign in to comment.