Merge pull request #1021

c320878 put wallet name in debug info
This commit is contained in:
luigi1111 2018-01-11 17:02:24 -05:00
commit 3b069ec049
No known key found for this signature in database
GPG Key ID: F4ACA0183641E010

View File

@ -591,6 +591,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