mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-16 15:58:11 +00:00
Merge pull request #3459
7d34086
WizardSummary: display bootstrap address only in local node mode (selsta)
This commit is contained in:
commit
0e7d1ab65b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue