From 8b6adb3ea7d9716c627f72c155726943f828fd40 Mon Sep 17 00:00:00 2001 From: Gerhard Hoffmann Date: Fri, 6 Oct 2023 12:51:30 +0200 Subject: [PATCH] Scrolldown text edit at end of whole update process to show UPDATE_SUCCESS message. --- mainwindow.cpp | 1 + 1 file changed, 1 insertion(+) 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); }