set exit timer to 10 secs

This commit is contained in:
Gerhard Hoffmann 2023-08-02 16:54:47 +02:00
parent 0b7d504a7a
commit a995cae000

View File

@ -62,7 +62,7 @@ void MainWindow::onStopStartTimer() {
void MainWindow::onRestartExitTimer() {
m_exitTimer->stop();
m_exitTimer->start(5 * 1000);
m_exitTimer->start(10 * 1000);
}
void MainWindow::onQuit() {