Skip to content

Commit cbffd5a

Browse files
committed
Removed warning auto re-enabling on start/stop
1 parent 56b76ac commit cbffd5a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/mainwindow.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -457,8 +457,6 @@ void MainWindow::startRecording() {
457457
} else if (!hideWarnings) {
458458
QMessageBox::information(
459459
this, "Already recording", "The recording is already running", QMessageBox::Ok);
460-
} else {
461-
hideWarnings = false;
462460
}
463461
}
464462

@@ -474,8 +472,6 @@ void MainWindow::stopRecording() {
474472
} else if (!hideWarnings) {
475473
QMessageBox::information(
476474
this, "Not recording", "There is not ongoing recording", QMessageBox::Ok);
477-
} else {
478-
hideWarnings = false;
479475
}
480476
}
481477

0 commit comments

Comments
 (0)