mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-25 22:10:12 +00:00
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…
x
Reference in New Issue
Block a user