mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-19 16:13:55 +02:00
Merge pull request #3458
755d218
WizardSummary: display daemon address only in remote node mode (selsta)
This commit is contained in:
commit
b69eff367c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user