mirror of
https://gitee.com/spark-store-project/spark-store
synced 2025-12-14 04:42:03 +08:00
添加多个通知,修复下载进度条过长问题
This commit is contained in:
@@ -319,7 +319,7 @@ void AppIntoPage::on_pushButton_3_clicked()
|
||||
ui->pushButton_3->hide();
|
||||
|
||||
updatesEnabled();
|
||||
//sendNotification(tr("Uninstall succeeded"));
|
||||
Utils::sendNotification("spark-store",tr("Spark Store"),tr("Uninstall succeeded"));
|
||||
}
|
||||
|
||||
ui->downloadButton->setEnabled(true);
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
#include <QSettings>
|
||||
#include <QtConcurrent>
|
||||
#include "../backend/sparkapi.h"
|
||||
#include "utils/utils.h"
|
||||
#define TMP_PATH "/tmp/spark-store"
|
||||
|
||||
namespace Ui {
|
||||
|
||||
Reference in New Issue
Block a user