https://bugs.kde.org/show_bug.cgi?id=398117

--- Comment #6 from GSC <xgd...@msn.com> ---
It' s just that simple text only electron notification sent like:

let myNotification = new Notification('Title', {
    body: 'Lorem Ipsum Dolor Sit Amet'
  })

  myNotification.onclick = () => {
    console.log('Notification clicked')
  }

A single program would send a error notification every 3 seconds. But I have a
bunch of them monitoring many programs on servers. In rare cases I left the
computer for a long time and things went wrong I would see this. I would try
disabling notification history, I feel it would help. The ability to set a
history size would be better.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to