notification api seems does not work #153

Closed
opened 2026-01-29 16:32:30 +00:00 by claunia · 2 comments
Owner

Originally created by @WeihanLi on GitHub (Apr 26, 2018).

Originally assigned to: @GregorBiswanger on GitHub.

Electron.Notification.Show(NotificationOptions notificationOptions) seems does not work as expected.

how I use is as follows:

Electron.Notification.Show(new NotificationOptions("DbTool", "message"));

you may wanna view my project on here

Originally created by @WeihanLi on GitHub (Apr 26, 2018). Originally assigned to: @GregorBiswanger on GitHub. `Electron.Notification.Show(NotificationOptions notificationOptions)` seems does not work as expected. how I use is as follows: ``` csharp Electron.Notification.Show(new NotificationOptions("DbTool", "message")); ``` you may wanna view my project on [here](https://github.com/WeihanLi/DbTool/blob/dev/src/DbTool/Controllers/NotificationController.cs#L22)
claunia added the question label 2026-01-29 16:32:30 +00:00
Author
Owner

@GregorBiswanger commented on GitHub (Jul 22, 2018):

Unfortunately, it is a Electron bug with Windows 10:
https://github.com/electron/electron/issues/10864

You find workarounds in the comments.

@GregorBiswanger commented on GitHub (Jul 22, 2018): Unfortunately, it is a Electron bug with Windows 10: https://github.com/electron/electron/issues/10864 You find workarounds in the comments.
Author
Owner

@GregorBiswanger commented on GitHub (Jul 22, 2018):

By the way, nice project 👍 :)

@GregorBiswanger commented on GitHub (Jul 22, 2018): By the way, nice project 👍 :)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Electron.NET#153