diff --git a/mainwindow.cpp b/mainwindow.cpp index c86cf3b..5717556 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -321,6 +321,7 @@ void MainWindow::onRestartExitTimer() { m_exitTimer->stop(); m_exitTimer->start(60 * 1000); + scrollDownTextEdit(); ui->updateStatus->setEnabled(false); }