mirror of
https://gitee.com/spark-store-project/spark-store
synced 2025-12-13 12:22:05 +08:00
修复一安装即完成的bug
This commit is contained in:
@@ -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"));
|
||||
|
||||
Reference in New Issue
Block a user