diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2021-05-12 23:24:29 -0500 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2021-05-12 23:24:29 -0500 |
| commit | 0e7d1ab65b809e41b7531e9f6ee6d1ab45d92988 (patch) | |
| tree | cf9d0de56f9096dafad5ea06e716b83a7e73e91d /wizard | |
| parent | b69eff367ce920621c281ab44ce71240b06d9fda (diff) | |
| parent | 7d340869fcb6c2c1b18a2ce026b9514cf0e938e5 (diff) | |
| download | monzero-gui-0e7d1ab65b809e41b7531e9f6ee6d1ab45d92988.tar.gz monzero-gui-0e7d1ab65b809e41b7531e9f6ee6d1ab45d92988.tar.xz monzero-gui-0e7d1ab65b809e41b7531e9f6ee6d1ab45d92988.zip | |
Merge pull request #3459
7d34086 WizardSummary: display bootstrap address only in local node mode (selsta)
Diffstat (limited to 'wizard')
| -rw-r--r-- | wizard/WizardSummary.qml | 2 |
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 |
