fix(@wallet): hide store section for watch only accounts

fixes #12582
This commit is contained in:
Anthony Laibe 2023-11-03 09:41:30 +01:00
parent 99c113c829
commit 8cf2c3047b
1 changed files with 1 additions and 0 deletions

View File

@ -213,6 +213,7 @@ ColumnLayout {
Layout.fillWidth: true
title: qsTr("Stored")
subTitle: Utils.getKeypairLocation(root.keyPair, true)
visible: !!subTitle
statusListItemSubTitle.color: Utils.getKeypairLocationColor(root.keyPair)
}
}