fix:安装结束后仍显示Installing

This commit is contained in:
2022-12-15 14:55:46 +08:00
parent 795c3308d3
commit e17c50d396
2 changed files with 9 additions and 1 deletions

View File

@@ -165,7 +165,7 @@ void DownloadItem::install(int t)
ui->widget_spinner->hide();
DownloadItem::isInstall = false;
});
emit finished();
qDebug()<<ui->label_filename->text().toUtf8();
}