diff --git a/mainwindow.cpp b/mainwindow.cpp index d1989cd..4df9734 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -10,6 +10,7 @@ #include #include #include +#include @@ -319,7 +320,7 @@ void MainWindow::onRestartExitTimer() { m_exitTimer->stop(); m_exitTimer->start(60 * 1000); - // ui->updateStatus->blockSignals(true); + ui->updateStatus->setEnabled(false); } void MainWindow::onQuit() {