mirror of
https://github.com/monero-project/monero-gui
synced 2024-12-26 01:23:44 +01:00
Merge pull request #2746
7ebf50d
Keys: stop displaying hw device msg in view-only wallets (rating89us)
This commit is contained in:
commit
911ff4288d
@ -281,7 +281,7 @@ Rectangle {
|
|||||||
secretSpendKey.text = qsTr("(View Only Wallet - No secret spend key available)") + translationManager.emptyString
|
secretSpendKey.text = qsTr("(View Only Wallet - No secret spend key available)") + translationManager.emptyString
|
||||||
}
|
}
|
||||||
// hardware device wallet
|
// hardware device wallet
|
||||||
if(currentWallet.seed === "") {
|
if(appWindow.currentWallet.isHwBacked() === true) {
|
||||||
showFullQr.visible = false
|
showFullQr.visible = false
|
||||||
viewOnlyQRCode.visible = true
|
viewOnlyQRCode.visible = true
|
||||||
showViewOnlyQr.visible = false
|
showViewOnlyQr.visible = false
|
||||||
|
Loading…
Reference in New Issue
Block a user