1
mirror of https://github.com/monero-project/monero-gui synced 2025-01-05 19:56:26 +01:00

Removes 'Daemon log path:' from the debug info

This commit is contained in:
Sander Ferdinand 2018-04-21 22:43:22 +02:00
parent b8466739f9
commit 170ddf1f6f

View File

@ -746,18 +746,6 @@ Rectangle {
font.pixelSize: 14
text: currentWallet.walletLogPath + translationManager.emptyString
}
TextBlock {
Layout.fillWidth: true
font.pixelSize: 14
text: (!currentWallet) ? "" : qsTr("Daemon log path: ") + translationManager.emptyString
}
TextBlock {
Layout.fillWidth: true
font.pixelSize: 14
text: (!currentWallet) ? "" : currentWallet.daemonLogPath + translationManager.emptyString
}
}
}