aboutsummaryrefslogtreecommitdiff
path: root/wizard
diff options
context:
space:
mode:
Diffstat (limited to 'wizard')
-rw-r--r--wizard/WizardSummary.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/wizard/WizardSummary.qml b/wizard/WizardSummary.qml
index 026b787f..f721c3c5 100644
--- a/wizard/WizardSummary.qml
+++ b/wizard/WizardSummary.qml
@@ -72,7 +72,7 @@ ColumnLayout {
}
WizardSummaryItem {
- visible: persistentSettings.bootstrapNodeAddress !== "" && appWindow.walletMode == 2
+ visible: !persistentSettings.useRemoteNode && persistentSettings.bootstrapNodeAddress !== "" && appWindow.walletMode == 2
Layout.fillWidth: true
header: qsTr("Bootstrap address") + translationManager.emptyString
value: persistentSettings.bootstrapNodeAddress