From 3c28ecef93949224f68d301f71d47296cc67e2f5 Mon Sep 17 00:00:00 2001 From: xiphon Date: Thu, 8 Oct 2020 15:52:34 +0000 Subject: Logger: runtime log config, no logs till a user selects wallet mode --- pages/settings/SettingsInfo.qml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pages/settings') 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 { \ - %1".arg(walletLogPath) + %1".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) -- cgit v1.2.3