Open YousufSSyed opened 6 months ago
I want to keep NetNewsWire running in the background to get notifications and to not have the icon in my dock.
I found that LSUIElement can be added to app.plist and set to <true/> but when I do the app crashes.
LSUIElement
app.plist
<true/>
I want to keep NetNewsWire running in the background to get notifications and to not have the icon in my dock.
I found that
LSUIElement
can be added toapp.plist
and set to<true/>
but when I do the app crashes.