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 61844b4f..18f431d4 100644 --- a/pages/Settings.qml +++ b/pages/Settings.qml @@ -593,6 +593,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 } } |
