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:
Anastasiya Semenkevich 2024-01-10 14:50:23 +03:00 committed by Anastasiya
parent f80f4abb0b
commit 68a67a7513
1 changed files with 2 additions and 0 deletions

View File

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