From ef38755e748a06dcb71b469584ad521f9b794577 Mon Sep 17 00:00:00 2001 From: momen Date: Wed, 13 Aug 2025 19:19:05 +0800 Subject: [PATCH] =?UTF-8?q?chore:=E5=AE=89=E8=A3=85=E8=BD=AF=E4=BB=B6?= =?UTF-8?q?=E5=90=8E=E6=A0=87=E8=AE=B0=E4=B8=BA=E4=BB=A5=E5=AE=89=E8=A3=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/appdelegate.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/appdelegate.cpp b/src/appdelegate.cpp index 1a1c3e9..de5c9ed 100644 --- a/src/appdelegate.cpp +++ b/src/appdelegate.cpp @@ -14,6 +14,7 @@ AppDelegate::AppDelegate(QObject *parent) [this](const QString &packageName, bool success) { if (m_downloads.contains(packageName)) { m_downloads[packageName].isDownloading = false; + m_downloads[packageName].isInstalled = true; emit updateDisplay(packageName); qDebug() << (success ? "下载完成:" : "下载失败:") << packageName; if (success) {