mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-01 23:07:25 -04:00
Logger: runtime log config, no logs till a user selects wallet mode
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user