mirror of
https://github.com/x64dbg/x64dbg.git
synced 2025-02-18 20:18:40 +00:00
GUI: only show logging enabled/disabled in status bar
This commit is contained in:
parent
edbaedb47b
commit
49f5780935
@ -347,11 +347,11 @@ void LogView::setLoggingEnabled(bool enabled)
|
||||
if(enabled)
|
||||
{
|
||||
loggingEnabled = true;
|
||||
GuiAddLogMessage(tr("Logging will be enabled.\n").toUtf8().constData());
|
||||
GuiAddStatusBarMessage(tr("Logging will be enabled.\n").toUtf8().constData());
|
||||
}
|
||||
else
|
||||
{
|
||||
GuiAddLogMessage(tr("Logging will be disabled.\n").toUtf8().constData());
|
||||
GuiAddStatusBarMessage(tr("Logging will be disabled.\n").toUtf8().constData());
|
||||
loggingEnabled = false;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user