mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-02 01:57:25 -04:00
Removes 'Daemon log path:' from the debug info
This commit is contained in:
@@ -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
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user