When using infi.systray, when the notification ends it also closes the systray application as well as the notification. this is fixable by adding by adding threaded = True to the notification parameters. However I don't think that this is intended behaviour, so I opened this issue.
When using infi.systray, when the notification ends it also closes the systray application as well as the notification. this is fixable by adding by adding
threaded = Trueto the notification parameters. However I don't think that this is intended behaviour, so I opened this issue.