notification api seems does not work #150

Open
opened 2026-01-29 16:32:28 +00:00 by claunia · 0 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:28 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Electron.NET#150