ToastNotification
ToastNotification copied to clipboard
Cannot create a notification that lasts indefinitely
I can see that the notification services accept an int?
for the duration values, but there is an if on the base Notification class that converts 0
to null
. This undercuts the support the JS libraries have for this special duration value.
The only workaround now is to set the duration to an arbitrarily large number.