aboutsummaryrefslogtreecommitdiff
path: root/wizard
diff options
context:
space:
mode:
authorluigi1111 <luigi1111w@gmail.com>2021-05-12 23:24:06 -0500
committerluigi1111 <luigi1111w@gmail.com>2021-05-12 23:24:06 -0500
commitb69eff367ce920621c281ab44ce71240b06d9fda (patch)
tree29d668d72da48541d650a2d70b257f6511c589bf /wizard
parent54ef1143706dda37a20d239da95e32837150b91b (diff)
parent755d2185945beabb8e9c5b7d2ee623ec0435c3fe (diff)
downloadmonzero-gui-b69eff367ce920621c281ab44ce71240b06d9fda.tar.gz
monzero-gui-b69eff367ce920621c281ab44ce71240b06d9fda.tar.xz
monzero-gui-b69eff367ce920621c281ab44ce71240b06d9fda.zip
Merge pull request #3458
755d218 WizardSummary: display daemon address only in remote node mode (selsta)
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 0aa96804..026b787f 100644
--- a/wizard/WizardSummary.qml
+++ b/wizard/WizardSummary.qml
@@ -65,7 +65,7 @@ ColumnLayout {
}
WizardSummaryItem {
- visible: remoteNodesModel.currentRemoteNode().address !== "" && appWindow.walletMode == 2
+ visible: persistentSettings.useRemoteNode && remoteNodesModel.currentRemoteNode().address !== "" && appWindow.walletMode == 2
Layout.fillWidth: true
header: qsTr("Daemon address") + translationManager.emptyString
value: remoteNodesModel.currentRemoteNode().address