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
Also, would be nice if "set_always_on_top" also set this flag so the window wouldn't disappear from mission control when you make it sticky. I would expect the behavior for "always on top" to match that of sticky notes on mac, which both float on top and participate in window management.
Expose the nswindowbehavior managed on macos.
Also, would be nice if "set_always_on_top" also set this flag so the window wouldn't disappear from mission control when you make it sticky. I would expect the behavior for "always on top" to match that of sticky notes on mac, which both float on top and participate in window management.
More info here:
https://developer.apple.com/documentation/appkit/nswindowcollectionbehavior/nswindowcollectionbehaviormanaged
Here's the code:
The text was updated successfully, but these errors were encountered: