diff options
| author | xiphon <xiphon@protonmail.com> | 2020-10-08 15:52:34 +0000 |
|---|---|---|
| committer | xiphon <xiphon@protonmail.com> | 2020-10-08 18:28:07 +0000 |
| commit | 3c28ecef93949224f68d301f71d47296cc67e2f5 (patch) | |
| tree | f23df1eae23ebbadcc9e8f138108e039366f14db /pages/settings | |
| parent | d3943ca2a9e1fa27ec9141ed94e1d4fb530aca31 (diff) | |
| download | monzero-gui-3c28ecef93949224f68d301f71d47296cc67e2f5.tar.gz monzero-gui-3c28ecef93949224f68d301f71d47296cc67e2f5.tar.xz monzero-gui-3c28ecef93949224f68d301f71d47296cc67e2f5.zip | |
Logger: runtime log config, no logs till a user selects wallet mode
Diffstat (limited to 'pages/settings')
| -rw-r--r-- | pages/settings/SettingsInfo.qml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pages/settings/SettingsInfo.qml b/pages/settings/SettingsInfo.qml index c6bcd1fc..d005d681 100644 --- a/pages/settings/SettingsInfo.qml +++ b/pages/settings/SettingsInfo.qml @@ -272,9 +272,9 @@ Rectangle { <style type='text/css'>\ a {cursor:pointer;text-decoration: none; color: #FF6C3C}\ </style>\ - <a href='#'>%1</a>".arg(walletLogPath) + <a href='#'>%1</a>".arg(logger.logFilePath) textFormat: Text.RichText - onLinkActivated: oshelper.openContainingFolder(walletLogPath) + onLinkActivated: oshelper.openContainingFolder(logger.logFilePath) MouseArea { anchors.fill: parent @@ -397,7 +397,7 @@ Rectangle { if(currentWallet) data += currentWallet.walletCreationHeight; - data += "\nWallet log path: " + walletLogPath; + data += "\nWallet log path: " + logger.logFilePath; data += "\nWallet mode: " + walletModeString; data += "\nGraphics mode: " + isOpenGL ? "OpenGL" : "Low graphics mode"; if (isTails) |
