mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-13 16:37:26 -04:00
SettingsNode: implement multiple remote nodes support
This commit is contained in:
@@ -65,10 +65,10 @@ ColumnLayout {
|
||||
}
|
||||
|
||||
WizardSummaryItem {
|
||||
visible: persistentSettings.remoteNodeAddress !== "" && appWindow.walletMode == 0
|
||||
visible: remoteNodesModel.currentRemoteNode().address !== "" && appWindow.walletMode == 0
|
||||
Layout.fillWidth: true
|
||||
header: qsTr("Daemon address") + translationManager.emptyString
|
||||
value: persistentSettings.remoteNodeAddress
|
||||
value: remoteNodesModel.currentRemoteNode().address
|
||||
}
|
||||
|
||||
WizardSummaryItem {
|
||||
|
||||
Reference in New Issue
Block a user