diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-06-04 19:46:47 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-06-05 00:44:48 +0200 |
| commit | a68896458c2779381709950c8a2e48ef0a3b5364 (patch) | |
| tree | e9da7a99e64df7989cae1fd564a7d762c0e5e88a | |
| parent | 3c5a2f73afa9a3a5324b0345ffa9642ee474598d (diff) | |
Set LSUI to 0 in the .plist for the server (#2010).v2.15.154
| -rw-r--r-- | platform/osx/dcpomatic2_server.Info.plist.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/osx/dcpomatic2_server.Info.plist.in b/platform/osx/dcpomatic2_server.Info.plist.in index bf7e5894f..a33078f66 100644 --- a/platform/osx/dcpomatic2_server.Info.plist.in +++ b/platform/osx/dcpomatic2_server.Info.plist.in @@ -27,7 +27,7 @@ <key>CFBundleAllowMixedLocalizations</key> <true/> <key>LSUIElement</key> - <string>1</string> + <string>0</string> <key>NSMainNibFile</key> <string>MainMenu</string> <key>NSPrincipalClass</key> |
