jithurjacob / Windows-10-Toast-Notifications

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

No toasts? Check "Focus Assist" #53

Open bundito opened 5 years ago

bundito commented 5 years ago

If you're not seeing your toasts while using this module - check "Focus Assist" under System > Focus Assist.

I had to set Focus Assist to "Off" for the toasts to show up.

You may be able to set it back to a stricter setting once you're done coding your app - I'm not there yet.

(I'm primarily a Linux coder, where our systems don't try to be so bloody helpful on their own, so this took me a while to track down. But it works. Yay toast.)

ToMakPo commented 4 years ago

Thank you. That was driving me nuts.