Skip to content

Use our own plist template, hide icon and set HighRes

Weixuan Xiao requested to merge wxiao/kdeconnect-kde:macos-app-plist into master
<key>LSBackgroundOnly</key>
<true/>

Hide icon in the dock.

<key>NSHighResolutionCapable</key>
<string>True</string>

Set high resolution for blur problem.

On mine, it works:

image

Need to test whether this works on others

Edited by Weixuan Xiao

Merge request reports