abbasnaqdi / nekoray-macos

This script is made to build https://github.com/MatsuriDayo/nekoray software for use on macOS operating system.
576 stars 53 forks source link

any way to hide dock icon? #64

Closed metya closed 3 months ago

metya commented 7 months ago

Hi! Thanks for your work. But I was wondering is there any way to hide the dock icon from the dock?

Aocro commented 6 months ago

Just add two lines in nekoray.app\Contents\Info.plist

<key>LSUIElement</key>
<true/>

https://discussions.apple.com/thread/7444141?sortBy=best

metya commented 6 months ago

Thanks! I know that there is the option to do it by hand edit Plist, but it's more convenient, then it is in the app. But thank you anyway :)