Sfoglia il codice sorgente

Mac OS dark mode support

Plex-CLA-1.0-signed-off-by: Tackyou <e970501e@opayq.com>
Tackyou 4 anni fa
parent
commit
05368698b3
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      bundle/osx/Info.plist.in

+ 2 - 0
bundle/osx/Info.plist.in

@@ -34,6 +34,8 @@
 	<string>NSApplication</string>
 	<key>NSHighResolutionCapable</key>
 	<string>True</string>
+	<key>NSRequiresAquaSystemAppearance</key>
+	<string>False</string>
 	<key>LSMinimumSystemVersion</key>
 	<string>10.9</string>
 	<key>NSSupportsAutomaticGraphicsSwitching</key>