Closed dstromberg closed 10 months ago
It also seems to happen if I just bring up one notification, but then switch to another virtual desktop in mission control - the notification goes away without me (intentionally) dismissing it. Is this by (Apple's) design?
I eventually found: System Settings -> Notifications -> Python ...in which you can select Alerts instead of the default Banners, to get the desired behavior.
I consider this done.
I don't really know much about MacOS' notifications, but should one notification that's already up, be knocked down by a second notification?
EG, in the snippet below, I've got 2 notifications in the one program, each notification having 1 callback - but I can't seem to find where to acknowledge "the other one".
Should I block until the first is acknowledged before submitting the second? Is there a way to make the notifications "pile up"?
Thanks!