mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-17 08:17:59 +00:00
Keys: stop displaying hw device msg in view-only wallets
This commit is contained in:
parent
39aa6e76b1
commit
7ebf50dc6f
1 changed files with 1 additions and 1 deletions
|
@ -281,7 +281,7 @@ Rectangle {
|
|||
secretSpendKey.text = qsTr("(View Only Wallet - No secret spend key available)") + translationManager.emptyString
|
||||
}
|
||||
// hardware device wallet
|
||||
if(currentWallet.seed === "") {
|
||||
if(appWindow.currentWallet.isHwBacked() === true) {
|
||||
showFullQr.visible = false
|
||||
viewOnlyQRCode.visible = true
|
||||
showViewOnlyQr.visible = false
|
||||
|
|
Loading…
Reference in a new issue