From 90ab4cb87faa21754ae48bdc0322c633a50e7970 Mon Sep 17 00:00:00 2001 From: RigoLigoRLC Date: Sat, 19 Feb 2022 20:10:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=B8=80=E5=AE=89=E8=A3=85?= =?UTF-8?q?=E5=8D=B3=E5=AE=8C=E6=88=90=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gui/spkdownloadentry.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/gui/spkdownloadentry.cpp b/gui/spkdownloadentry.cpp index 21498a9..c8b287a 100644 --- a/gui/spkdownloadentry.cpp +++ b/gui/spkdownloadentry.cpp @@ -110,6 +110,7 @@ void SpkDownloadEntry::SetStatus(DownloadEntryStatus status, QString msg) mBtnDelete->setVisible(false); mLoading->setVisible(true); mLoading->Begin(); + break; case Installed: mMessage->setText(tr("Installed"));