mirror of
https://github.com/epasveer/seer.git
synced 2026-08-30 00:50:42 +08:00
The enable mode of the Seer/Gdb output log is remebered between sessions.
This commit is contained in:
@@ -10,7 +10,8 @@ SeerTildeLogWidget::~SeerTildeLogWidget () {
|
||||
|
||||
void SeerTildeLogWidget::processText (const QString& text) {
|
||||
|
||||
if (enableCheckBox->isChecked() == false) {
|
||||
// Don't do anything if we're not enabled.
|
||||
if (isLogEnabled() == false) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user