mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-03 21:25:13 +00:00
notification api seems does not work #153
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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:
you may wanna view my project on here
@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):
By the way, nice project 👍 :)