Browse Source

macosx: Disables safe area compatibility mode in Info.plist

Signal that the compatibility mode is not needed and VLC takes
care about the safe area directly.
pull/135/head
David Fuhrmann 5 years ago
committed by Hugo Beauzée-Luyssen
parent
commit
7d014e8d4b
  1. 2
      share/Info.plist.in

2
share/Info.plist.in

@ -8,6 +8,8 @@
<true/>
<key>CFBundleAllowMixedLocalizations</key>
<true/>
<key>NSPrefersDisplaySafeAreaCompatibilityMode</key>
<false/>
<key>CFBundleDocumentTypes</key>
<array>
<dict>

Loading…
Cancel
Save