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
|
||||
|
||||
StatusButton {
|
||||
objectName: "addNewSavedAddressButton"
|
||||
text: qsTr("Add new address")
|
||||
onClicked: {
|
||||
Global.openAddEditSavedAddressesPopup({})
|
||||
|
|
Loading…
Reference in New Issue