diff --git a/pages/Settings.qml b/pages/Settings.qml index a83b53ee..9b6d87a7 100644 --- a/pages/Settings.qml +++ b/pages/Settings.qml @@ -565,6 +565,10 @@ Rectangle { Layout.fillWidth: true text: (typeof currentWallet == "undefined") ? "" : qsTr("Wallet log path: ") + currentWallet.walletLogPath + translationManager.emptyString } + 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