mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-10 03:42:05 +02:00
Removes 'Daemon log path:' from the debug info
This commit is contained in:
parent
b8466739f9
commit
170ddf1f6f
@ -746,18 +746,6 @@ Rectangle {
|
|||||||
font.pixelSize: 14
|
font.pixelSize: 14
|
||||||
text: currentWallet.walletLogPath + translationManager.emptyString
|
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
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user