mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-17 00:07:51 +00:00
SettingsInfo: add selected node to info page
This commit is contained in:
parent
04429e85e6
commit
6fab741f2e
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ Rectangle {
|
||||||
} else if(appWindow.walletMode === 1){
|
} else if(appWindow.walletMode === 1){
|
||||||
return qsTr("Simple mode") + " (bootstrap)" + translationManager.emptyString;
|
return qsTr("Simple mode") + " (bootstrap)" + translationManager.emptyString;
|
||||||
} else if(appWindow.walletMode === 2){
|
} 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 a new issue