chore: object name for adding saved address in settings
`ui/app/AppLayouts/Profile/views/WalletView.qml`
This commit is contained in:
parent
5392da5361
commit
1d30c66a2c
|
@ -323,6 +323,7 @@ SettingsContentBase {
|
||||||
id: addNewSavedAddressButtonComponent
|
id: addNewSavedAddressButtonComponent
|
||||||
|
|
||||||
StatusButton {
|
StatusButton {
|
||||||
|
objectName: "addNewSavedAddressButton"
|
||||||
text: qsTr("Add new address")
|
text: qsTr("Add new address")
|
||||||
onClicked: {
|
onClicked: {
|
||||||
Global.openAddEditSavedAddressesPopup({})
|
Global.openAddEditSavedAddressesPopup({})
|
||||||
|
|
Loading…
Reference in New Issue