mirror of
https://gitee.com/spark-store-project/spark-store
synced 2025-12-15 05:12:04 +08:00
修正桌面提示消息中错误的应用程序名称
This commit is contained in:
@@ -9,14 +9,14 @@ void SpkUiMessage::SendDesktopNotification(QString s, const char * const icon)
|
||||
{
|
||||
if(_notify == nullptr)
|
||||
{
|
||||
_notify = notify_notification_new(tr("Spark\\ Store").toLocal8Bit(),
|
||||
_notify = notify_notification_new(tr("Spark Store").toLocal8Bit(),
|
||||
s.toLocal8Bit(),
|
||||
icon);
|
||||
notify_notification_set_timeout(_notify, mTimeoutDesktop);
|
||||
}
|
||||
else
|
||||
{
|
||||
notify_notification_update(_notify, tr("Spark\\ Store").toLocal8Bit(),
|
||||
notify_notification_update(_notify, tr("Spark Store").toLocal8Bit(),
|
||||
s.toLocal8Bit(),
|
||||
icon);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user