mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-11 14:07:26 -04:00
Merge pull request #1358
341ac18log qt/qml to easylogging, add --log-file cmdline option92582a9delete unused WalletManager functionsc9daab7don't use cmdline arguments as daemon arguments7283fe4use qWarning/qCritical on QrCodeScanner info/errors15155f2print logs on console
This commit is contained in:
@@ -730,13 +730,13 @@ Rectangle {
|
||||
TextBlock {
|
||||
Layout.fillWidth: true
|
||||
font.pixelSize: 14
|
||||
text: (!currentWallet) ? "" : qsTr("Wallet log path: ") + translationManager.emptyString
|
||||
text: qsTr("Wallet log path: ") + translationManager.emptyString
|
||||
}
|
||||
|
||||
TextBlock {
|
||||
Layout.fillWidth: true
|
||||
font.pixelSize: 14
|
||||
text: currentWallet.walletLogPath + translationManager.emptyString
|
||||
text: walletLogPath
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user