Merge pull request #3459

7d34086 WizardSummary: display bootstrap address only in local node mode (selsta)
This commit is contained in:
luigi1111
2021-05-12 23:24:29 -05:00

View File

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