mirror of
https://gitee.com/spark-store-project/spark-store
synced 2025-09-29 15:12:21 +08:00
添加下载完成后自动安装
This commit is contained in:
parent
c825e4b39c
commit
e2c8eb79a0
@ -94,6 +94,7 @@ void DownloadItem::readyInstall()
|
|||||||
{
|
{
|
||||||
ui->progressBar->hide();
|
ui->progressBar->hide();
|
||||||
ui->pushButton_install->setEnabled(true);
|
ui->pushButton_install->setEnabled(true);
|
||||||
|
DownloadItem::install(0);
|
||||||
ui->pushButton_install->show();
|
ui->pushButton_install->show();
|
||||||
ui->pushButton_2->hide();
|
ui->pushButton_2->hide();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user