chore: object names for new settings items in wallet settings
Added object names for new settings items in `ui/app/AppLayouts/Profile/views/wallet/MainView.qml`
This commit is contained in:
parent
f80f4abb0b
commit
68a67a7513
|
@ -143,6 +143,7 @@ Column {
|
|||
Separator {}
|
||||
|
||||
StatusListItem {
|
||||
objectName: "manageTokensItem"
|
||||
title: qsTr("Manage Tokens")
|
||||
height: 64
|
||||
width: parent.width
|
||||
|
@ -158,6 +159,7 @@ Column {
|
|||
Separator {}
|
||||
|
||||
StatusListItem {
|
||||
objectName: "savedAddressesItem"
|
||||
title: qsTr("Saved Addresses")
|
||||
height: 64
|
||||
width: parent.width
|
||||
|
|
Loading…
Reference in New Issue