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
0f0a5795af
commit
50cf537e1d
@ -138,7 +138,7 @@ void DownloadItem::install(int t)
|
|||||||
if(error == 0)
|
if(error == 0)
|
||||||
{
|
{
|
||||||
ui->pushButton_install->hide();
|
ui->pushButton_install->hide();
|
||||||
Utils::sendNotification("spark-store",tr("Spark Store"),tr("Installation complete."));
|
Utils::sendNotification("spark-store",tr("Spark Store"),ui->label_filename->text() + " " + tr("Installation complete."));
|
||||||
ui->label_2->setText(tr("Finish"));
|
ui->label_2->setText(tr("Finish"));
|
||||||
ui->pushButton_3->show();
|
ui->pushButton_3->show();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user