Notification: add app icon support

This commit is contained in:
Ly-sec 2025-09-04 13:38:39 +02:00
parent 291cd5130d
commit 4229721774
2 changed files with 85 additions and 48 deletions

View file

@ -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()
})