mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-18 10:32:53 +00:00
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 {}
|
Separator {}
|
||||||
|
|
||||||
StatusListItem {
|
StatusListItem {
|
||||||
|
objectName: "manageTokensItem"
|
||||||
title: qsTr("Manage Tokens")
|
title: qsTr("Manage Tokens")
|
||||||
height: 64
|
height: 64
|
||||||
width: parent.width
|
width: parent.width
|
||||||
@ -158,6 +159,7 @@ Column {
|
|||||||
Separator {}
|
Separator {}
|
||||||
|
|
||||||
StatusListItem {
|
StatusListItem {
|
||||||
|
objectName: "savedAddressesItem"
|
||||||
title: qsTr("Saved Addresses")
|
title: qsTr("Saved Addresses")
|
||||||
height: 64
|
height: 64
|
||||||
width: parent.width
|
width: parent.width
|
||||||
|
Loading…
x
Reference in New Issue
Block a user