diff options
| author | pazos <paziusss@gmail.com> | 2018-05-08 18:13:29 +0200 |
|---|---|---|
| committer | pazos <paziusss@gmail.com> | 2018-05-08 18:13:29 +0200 |
| commit | 341ac18f1ad6d238d551b114c53f15b9f29f7f1a (patch) | |
| tree | bf21ed75061ffe05555e38367659b3bdb832ef6b /pages | |
| parent | 7cea1343521de6e0f70f087f15707f467819b0ad (diff) | |
| download | monzero-gui-341ac18f1ad6d238d551b114c53f15b9f29f7f1a.tar.gz monzero-gui-341ac18f1ad6d238d551b114c53f15b9f29f7f1a.tar.xz monzero-gui-341ac18f1ad6d238d551b114c53f15b9f29f7f1a.zip | |
log qt/qml to easylogging, add --log-file cmdline option
Diffstat (limited to 'pages')
| -rw-r--r-- | pages/Settings.qml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pages/Settings.qml b/pages/Settings.qml index 231c2d79..0f617d8c 100644 --- a/pages/Settings.qml +++ b/pages/Settings.qml @@ -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 } } } |
