chore(@WalletNetworkDelegate.qml): add objectname for text label

This commit is contained in:
Anastasiya Semenkevich 2023-09-28 22:10:45 +03:00 committed by Anastasiya Semenkevich
parent 6e1fd1bb33
commit 9af84a25d6
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ StatusListItem {
rightPadding: Style.current.padding
components: [
StatusBaseText {
objectName: "testnetLabel_" + network.chainName
text: qsTr("Goerli testnet active")
font.pixelSize: 15
color: Theme.palette.baseColor1