put wallet name in debug info

This commit is contained in:
User 2017-12-21 15:40:47 -05:00
parent 9d22b6ab4d
commit c3208785cf
No known key found for this signature in database
GPG key ID: 7888CBB873E7565E

View file

@ -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