WizardSummary: display daemon address only in remote node mode

This commit is contained in:
selsta 2021-05-06 19:25:48 +02:00
parent 426dc3fa47
commit 755d218594
No known key found for this signature in database
GPG key ID: 2EA0A99A8B07AE5E

View file

@ -65,7 +65,7 @@ ColumnLayout {
}
WizardSummaryItem {
visible: remoteNodesModel.currentRemoteNode().address !== "" && appWindow.walletMode == 2
visible: persistentSettings.useRemoteNode && remoteNodesModel.currentRemoteNode().address !== "" && appWindow.walletMode == 2
Layout.fillWidth: true
header: qsTr("Daemon address") + translationManager.emptyString
value: remoteNodesModel.currentRemoteNode().address