mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-02 20:17:27 -04:00
WizardSummary: display bootstrap address only in local node mode
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user