Scrolldown text edit at end of whole update process to show

UPDATE_SUCCESS message.
This commit is contained in:
Gerhard Hoffmann 2023-10-06 12:51:30 +02:00
parent 30603317c6
commit 8b6adb3ea7

View File

@ -321,6 +321,7 @@ void MainWindow::onRestartExitTimer() {
m_exitTimer->stop();
m_exitTimer->start(60 * 1000);
scrollDownTextEdit();
ui->updateStatus->setEnabled(false);
}