Disable LSBackgroundOnly, LSUIElement on macOS by default by crwood · Pull Request #285 · gridsync/gridsync

@crwood

Setting the "mac_background_only" value (under the "[build]" section of
config.txt) to anything other than False will configure the
application's Info.plist file to launch the application as a
background/"agent" process. By default -- and in absent of any
"mac_background_only" setting -- do *not* run as a background/agent
process.

Fixes #284