I'm trying to send some toast notifications in Windows 10 via the win10toast python library provided at https://github.com/jithurjacob/Windows-10-Toast-Notifications/. When I send a message using this library, I'm able to see the notification in the lower right corner of my screen for awhile, and there is an entry in Action Center while that notification is displayed. However, once that notification subsides (after about 5 seconds due to no action taken), the entry in Action Center also disappears. How do I make the notification persist in Action Center rather than disappear when no action is taken?
Here's what I've tried so far...
Any guidance here would be greatly appreciated!