diff --git a/mainwindow.cpp b/mainwindow.cpp index 89f1e09..af91863 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -146,7 +146,7 @@ void MainWindow::onEnableExit() { void MainWindow::onRestartExitTimer() { m_exitTimer->stop(); - m_exitTimer->start(60 * 1000); + m_exitTimer->start(5 * 1000); scrollDownTextEdit(); ui->updateStatus->setEnabled(false);