mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-03 21:25:13 +00:00
Missing NotificationOptions Option #496
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 @AykutToprak on GitHub (May 20, 2020).
Originally assigned to: @konstantingross on GitHub.
timeoutType option configuration is missing. Notifications are closed a few second later automatically. Is there any workaround to make notification permanent?
https://www.electronjs.org/docs/api/notification#notificationtimeouttype-linux-windows
@konstantingross commented on GitHub (May 20, 2020):
No not without the timeoutType parameter. When I get home later, I'll take a look at it.