You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Setting NSApplicationActivationPolicyAccessory dismisses the popup if click outside, why do we need the EventMonitor? Is there another reason to keep track of events?
So what's wrong with using
[NSApp setActivationPolicy: NSApplicationActivationPolicyAccessory];
or
NSApp.setActivationPolicy(.accessory)
The text was updated successfully, but these errors were encountered: