diff options
| -rw-r--r-- | pages/Settings.qml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pages/Settings.qml b/pages/Settings.qml index a83b53ee..9b6d87a7 100644 --- a/pages/Settings.qml +++ b/pages/Settings.qml @@ -567,6 +567,10 @@ Rectangle { } TextBlock { Layout.fillWidth: true + text: qsTr("Wallet Name: ") + walletName + translationManager.emptyString + } + TextBlock { + Layout.fillWidth: true text: (typeof currentWallet == "undefined") ? "" : qsTr("Daemon log path: ") + currentWallet.daemonLogPath + translationManager.emptyString } } |
