chore(@WalletKeyPairDelegate.qml): add object name for keypair delegate item

This commit is contained in:
Anastasiya Semenkevich 2023-10-18 15:10:47 +03:00 committed by Anastasiya
parent 671b462052
commit 1f8b44fbfb
1 changed files with 1 additions and 0 deletions

View File

@ -45,6 +45,7 @@ Rectangle {
anchors.horizontalCenter: parent.horizontalCenter
width: parent.width
StatusListItem {
objectName: "walletKeyPairDelegate"
Layout.fillWidth: true
title: !!root.keyPair? d.isWatchOnly ? qsTr("Watched addresses") : root.keyPair.name : ""
statusListItemSubTitle.textFormat: Qt.RichText