jithurjacob / Windows-10-Toast-Notifications

Python library to display Windows 10 Toast Notifications
MIT License
970 stars 168 forks source link

Duration not working #20

Closed ahmedsadman closed 6 years ago

ahmedsadman commented 7 years ago

No matter how much duration value set, the toast always destructs after some specified time (around 3 seconds). Please take a look into this.

vascocosta commented 6 years ago

I confirm this issue.

jithurjacob commented 6 years ago

As per my research this has been deprecated after Vista source

I was hoping that I could have the notification displayed using sleep but as it turns out I was wrong. The duration parameter would be removed in the next release.

MagTun commented 5 years ago

It also had this bug but since I updated to Windows 10 version 1809, the duration parameter is working.