aboutsummaryrefslogtreecommitdiff
path: root/pages/settings
diff options
context:
space:
mode:
authorxiphon <xiphon@protonmail.com>2020-10-08 15:52:34 +0000
committerxiphon <xiphon@protonmail.com>2020-10-08 18:28:07 +0000
commit3c28ecef93949224f68d301f71d47296cc67e2f5 (patch)
treef23df1eae23ebbadcc9e8f138108e039366f14db /pages/settings
parentd3943ca2a9e1fa27ec9141ed94e1d4fb530aca31 (diff)
downloadmonzero-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.qml6
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)