feat: add NotificationButton widget to bar to display notifications and work NotificationButton to a usable state
This commit is contained in:
@@ -34,6 +34,16 @@ Item {
|
||||
|
||||
NotificationServer {
|
||||
id: notificationServer
|
||||
|
||||
actionsSupported: true
|
||||
bodyHyperlinksSupported: true
|
||||
bodyImagesSupported: true
|
||||
actionIconsSupported: true
|
||||
imageSupported: true
|
||||
persistenceSupported: true
|
||||
bodyMarkupSupported: true
|
||||
inlineReplySupported: true
|
||||
|
||||
onNotification: function(notification) {
|
||||
// if(notification.lastGeneration){
|
||||
// console.log(
|
||||
|
||||
Reference in New Issue
Block a user