From 61b3d29e3120d90d0604fa42375bb9ef9b45bfed Mon Sep 17 00:00:00 2001 From: Gerhard Hoffmann Date: Thu, 28 Sep 2023 12:05:07 +0200 Subject: [PATCH] Disable text-edit (showing update-status) ehen update procedure finished. --- mainwindow.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mainwindow.cpp b/mainwindow.cpp index d1989cd..4df9734 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -10,6 +10,7 @@ #include #include #include +#include @@ -319,7 +320,7 @@ void MainWindow::onRestartExitTimer() { m_exitTimer->stop(); m_exitTimer->start(60 * 1000); - // ui->updateStatus->blockSignals(true); + ui->updateStatus->setEnabled(false); } void MainWindow::onQuit() {