mirror of
https://github.com/monero-project/monero-gui
synced 2024-11-15 15:16:57 +01:00
SettingsInfo: add selected node to info page
This commit is contained in:
parent
04429e85e6
commit
6fab741f2e
@ -47,7 +47,7 @@ Rectangle {
|
||||
} else if(appWindow.walletMode === 1){
|
||||
return qsTr("Simple mode") + " (bootstrap)" + translationManager.emptyString;
|
||||
} else if(appWindow.walletMode === 2){
|
||||
return qsTr("Advanced mode") + translationManager.emptyString;
|
||||
return "%1 (%2)".arg(qsTr("Advanced mode")).arg(persistentSettings.useRemoteNode ? qsTr("Remote node") : qsTr("Local node")) + translationManager.emptyString;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user