完善下载页面按钮的功能

This commit is contained in:
RigoLigoRLC
2022-02-19 19:30:10 +08:00
parent 8f32141726
commit d33e28b024
10 changed files with 218 additions and 33 deletions

View File

@@ -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;
}