From 9af84a25d64e92cb1a61aefc80e4614696a034d3 Mon Sep 17 00:00:00 2001 From: Anastasiya Semenkevich Date: Thu, 28 Sep 2023 22:10:45 +0300 Subject: [PATCH] chore(@WalletNetworkDelegate.qml): add objectname for text label --- ui/app/AppLayouts/Profile/controls/WalletNetworkDelegate.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/app/AppLayouts/Profile/controls/WalletNetworkDelegate.qml b/ui/app/AppLayouts/Profile/controls/WalletNetworkDelegate.qml index e2ce9e4195..78c0cf3347 100644 --- a/ui/app/AppLayouts/Profile/controls/WalletNetworkDelegate.qml +++ b/ui/app/AppLayouts/Profile/controls/WalletNetworkDelegate.qml @@ -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