Cider
Cider copied to clipboard
[Bug]: Windows 10 notifications not working properly
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
- Click on a Cider notification. (such as the one shown here)
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
Looking into it.
I can confirm that the same thing happens in kde plasma 5.25.2 too, if that helps
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.
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.