Is there a way to hide dock icons? I have an app called Typeeto that allows me to type on my iPad and iPhone using my Macbook's keyboard, pretty neat, but it has both a dock icon and menu icon. There's no reason for the dock icon.
I used this code to hide it, which I believe it works... the problem is it also hides the menu icon. Is there a way to do one without the other?
Maybe I'm doing something wrong?
I used this code to hide it, which I believe it works... the problem is it also hides the menu icon. Is there a way to do one without the other?
Code:
<key>LSUIElement</key>
<string>1</string>
Maybe I'm doing something wrong?
Last edited: