ciderapp / Cider-2

Primary public repository for Cider 2.x
https://cider.sh
128 stars 2 forks source link

[Bug]: Notifications do not self dismiss on macOS #445

Closed IsaacMarovitz closed 7 months ago

IsaacMarovitz commented 7 months ago

Preflight Checklist

What operating system are you using?

macOS

Build Details

Version 2.2.0 (Built 21/09/2023)

Operating System Version

macOS Sonoma 14.1

Describe the Bug

Playback Notifications do not self-dismiss and have to be manually closed.

Steps to Reproduce

  1. Turn on Playback Notifications
  2. Wait for the song to change
  3. Notification persists until you manually dismiss it

Anything else?

No response

Connect Device ID

No response

Build timestamp

No response

coredev-uk commented 7 months ago

Unfortunately, we cannot get around this limitation of our notification system. We either use Electron's notification API where we cannot get the album art in the notification icon, but can delete the notifications or we use the webview's notification API, which allows this but cannot delete the notification. We discussed this a while ago and opted for the image, which is regrettably unactionable.