mirror of
https://gitee.com/spark-store-project/spark-store
synced 2025-09-19 09:32:20 +08:00
修复一安装即完成的bug
This commit is contained in:
parent
d33e28b024
commit
90ab4cb87f
@ -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"));
|
||||
|
Loading…
x
Reference in New Issue
Block a user