diff options
| author | Sander Ferdinand <sa.ferdinand@gmail.com> | 2018-04-21 22:43:22 +0200 |
|---|---|---|
| committer | Sander Ferdinand <sa.ferdinand@gmail.com> | 2018-04-28 03:28:05 +0200 |
| commit | 170ddf1f6f4fa8a2a260c554dd44a2f7b67bba9e (patch) | |
| tree | 84bd2b2b8e502a3990c0a907fadb797191c9176d /pages | |
| parent | b8466739f95348165a6ca012cc60bc252624a107 (diff) | |
| download | monzero-gui-170ddf1f6f4fa8a2a260c554dd44a2f7b67bba9e.tar.gz monzero-gui-170ddf1f6f4fa8a2a260c554dd44a2f7b67bba9e.tar.xz monzero-gui-170ddf1f6f4fa8a2a260c554dd44a2f7b67bba9e.zip | |
Removes 'Daemon log path:' from the debug info
Diffstat (limited to 'pages')
| -rw-r--r-- | pages/Settings.qml | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/pages/Settings.qml b/pages/Settings.qml index da2d6025..77c9f09f 100644 --- a/pages/Settings.qml +++ b/pages/Settings.qml @@ -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 - } } } |
