From a70422168537639a46782601108d264f2f6fc0c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C2=A5IGA?= <164882787+Xphalnos@users.noreply.github.com> Date: Sun, 29 Jun 2025 11:01:14 +0200 Subject: [PATCH] Qt: Directly install update after downloading --- src/qt_gui/check_update.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/qt_gui/check_update.cpp b/src/qt_gui/check_update.cpp index 10c986411..a31dd8243 100644 --- a/src/qt_gui/check_update.cpp +++ b/src/qt_gui/check_update.cpp @@ -426,8 +426,6 @@ void CheckUpdate::DownloadUpdate(const QString& url) { if (file.open(QIODevice::WriteOnly)) { file.write(reply->readAll()); file.close(); - QMessageBox::information(this, tr("Download Complete"), - tr("The update has been downloaded, press OK to install.")); Install(); } else { QMessageBox::warning(