fix(@desktop/wallet): fix add new saved address popup close button

#8214
This commit is contained in:
Dario Gabriel Lipicar 2022-11-11 16:22:18 -03:00 committed by dlipicar
parent 13acb5730d
commit 9dd004b690
2 changed files with 2 additions and 0 deletions

View File

@ -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: {

View File

@ -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: {