-
Is there a way to have an application not take the windows focus when a window opens? I'm making a spotlight clone for learning and would like the focuses application name/menu to not be changed to my application when a window opens just like when I open the mac spotlight app (or alfred). Alternatively is there a way to drop the apps focus from the system? I currently have an app that:
|
Beta Was this translation helpful? Give feedback.
Answered by
ijsnow
May 29, 2024
Replies: 1 comment
-
The answer is they use |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ijsnow
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The answer is they use
NSPanel
s instead of regular windows.