mirror of
https://gitee.com/spark-store-project/spark-store
synced 2025-12-16 17:11:37 +08:00
fix:点击取消下载 仍然会有系统通知提示下载完毕
This commit is contained in:
@@ -59,6 +59,7 @@ void DownloadItem::readyInstall()
|
||||
{
|
||||
if(!close)
|
||||
{
|
||||
Utils::sendNotification("spark-store",tr("Spark Store"),tr("The download is complete."));
|
||||
ui->progressBar->hide();
|
||||
ui->pushButton_install->setEnabled(true);
|
||||
ui->pushButton_install->show();
|
||||
|
||||
Reference in New Issue
Block a user