mirror of
https://gitee.com/spark-store-project/spark-store
synced 2025-12-15 05:12:04 +08:00
完善下载页面按钮的功能
This commit is contained in:
@@ -34,7 +34,7 @@ void SpkUiMessage::SendStoreNotification(QString s)
|
||||
void SpkUiMessage::SetDesktopNotifyTimeout(int ms)
|
||||
{
|
||||
if(!_notify)
|
||||
_notify = notify_notification_new("", "", "");
|
||||
return;
|
||||
notify_notification_set_timeout(_notify, ms);
|
||||
mTimeoutDesktop = ms;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user