mirror of
https://gitee.com/spark-store-project/spark-store
synced 2025-12-14 12:52:04 +08:00
修复一安装即完成的bug
This commit is contained in:
@@ -110,6 +110,7 @@ void SpkDownloadEntry::SetStatus(DownloadEntryStatus status, QString msg)
|
|||||||
mBtnDelete->setVisible(false);
|
mBtnDelete->setVisible(false);
|
||||||
mLoading->setVisible(true);
|
mLoading->setVisible(true);
|
||||||
mLoading->Begin();
|
mLoading->Begin();
|
||||||
|
break;
|
||||||
|
|
||||||
case Installed:
|
case Installed:
|
||||||
mMessage->setText(tr("Installed"));
|
mMessage->setText(tr("Installed"));
|
||||||
|
|||||||
Reference in New Issue
Block a user