mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-11 05:14:34 +00:00
WizardSummary: display daemon address only in remote node mode
This commit is contained in:
parent
426dc3fa47
commit
755d218594
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ ColumnLayout {
|
||||||
}
|
}
|
||||||
|
|
||||||
WizardSummaryItem {
|
WizardSummaryItem {
|
||||||
visible: remoteNodesModel.currentRemoteNode().address !== "" && appWindow.walletMode == 2
|
visible: persistentSettings.useRemoteNode && remoteNodesModel.currentRemoteNode().address !== "" && appWindow.walletMode == 2
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
header: qsTr("Daemon address") + translationManager.emptyString
|
header: qsTr("Daemon address") + translationManager.emptyString
|
||||||
value: remoteNodesModel.currentRemoteNode().address
|
value: remoteNodesModel.currentRemoteNode().address
|
||||||
|
|
Loading…
Reference in a new issue