The enable mode of the Seer/Gdb output log is remebered between sessions.

This commit is contained in:
Ernie Pasveer
2022-02-03 11:43:23 -06:00
parent cb11d1ab48
commit f0d9245ee3
7 changed files with 100 additions and 12 deletions
+2 -1
View File
@@ -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;
}