fix(@desktop/wallet): fix add new saved address popup close button
#8214
This commit is contained in:
parent
13acb5730d
commit
9dd004b690
|
@ -40,6 +40,7 @@ StatusDialog {
|
|||
header: StatusDialogHeader {
|
||||
headline.title: edit ? qsTr("Edit saved address") : qsTr("Add saved address")
|
||||
headline.subtitle: edit ? name : ""
|
||||
actions.closeButton.onClicked: root.close()
|
||||
}
|
||||
|
||||
onOpened: {
|
||||
|
|
|
@ -41,6 +41,7 @@ StatusDialog {
|
|||
header: StatusDialogHeader {
|
||||
headline.title: edit ? qsTr("Edit saved address") : qsTr("Add saved address")
|
||||
headline.subtitle: edit ? name : ""
|
||||
actions.closeButton.onClicked: root.close()
|
||||
}
|
||||
|
||||
onOpened: {
|
||||
|
|
Loading…
Reference in New Issue