Cider icon indicating copy to clipboard operation
Cider copied to clipboard

[Bug]: Windows 10 notifications not working properly

Open nate-thegrate opened this issue 2 years ago • 3 comments

Describe the Bug

When the Cider window isn't focused, a notification will pop up whenever a new song starts playing, which is super handy. However, clicking this notification doesn't switch to your Cider window; instead it seems to open and then immediately close a blank window and do nothing else.

Steps to Reproduce

  1. Click on a Cider notification. (such as the one shown here)

cider notification

Environment Information

  • OS: Windows 10 Home 21H2
  • App Version: 1.5.0

Anything else?

(n/a)

Code of Conduct

  • [X] I agree to follow this project's Code of Conduct

nate-thegrate avatar Jul 06 '22 22:07 nate-thegrate

Looking into it.

cryptofyre avatar Jul 08 '22 14:07 cryptofyre

I can confirm that the same thing happens in kde plasma 5.25.2 too, if that helps

linusrg1 avatar Jul 09 '22 09:07 linusrg1

Currently, we create playback notifications in the renderer instance, this is done to allow us to use the artwork URL as Electron's built-in notification support only allows local icons. Click listeners can be set up with this, however, they involve WebWorkers.

coredev-uk avatar Jul 22 '22 05:07 coredev-uk

Notifications have been redone since this issue was made. With this, I will presume it is resolved. Feel free to open another issue if this problem persists.

coredev-uk avatar Aug 29 '22 14:08 coredev-uk