Click the Exit button after 5 seconds timeout (old timeout: 60s).

This commit is contained in:
Gerhard Hoffmann 2023-12-13 13:59:00 +01:00
parent f1e449c108
commit d7fcfa3d0f

View File

@ -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);