Notification: add app icon support
This commit is contained in:
parent
291cd5130d
commit
4229721774
2 changed files with 85 additions and 48 deletions
|
|
@ -116,6 +116,8 @@ Singleton {
|
|||
"summary": notification.summary,
|
||||
"body": notification.body,
|
||||
"appName": notification.appName,
|
||||
"image": notification.image,
|
||||
"appIcon": notification.appIcon,
|
||||
"urgency": notification.urgency,
|
||||
"timestamp": new Date()
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue