mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-15 22:28:10 +00:00
MACOSX: Opt in for dark theme
macOS 10.14 introduced a dark theme in addition to the nornal aqua theme. Applications compiled with the 10.14 SDK or above are automatically opt in for both, but applications compiled with an older SDK are not and still use the aqua theme even when the system is set to use the dark theme. Those applications need to explicitely opt in to use the dark theme. This fixes bug #11305: Dark Mode is not supported
This commit is contained in:
parent
837c9f9099
commit
78108b26cd
@ -56,5 +56,7 @@
|
||||
<string>https://www.residualvm.org/appcasts/macosx/release.xml</string>
|
||||
<key>NSDockTilePlugIn</key>
|
||||
<string>residualvm.docktileplugin</string>
|
||||
<key>NSRequiresAquaSystemAppearance</key>
|
||||
<false/>
|
||||
</dict>
|
||||
</plist>
|
||||
|
@ -56,5 +56,7 @@
|
||||
<string>https://www.residualvm.org/appcasts/macosx/release.xml</string>
|
||||
<key>NSDockTilePlugIn</key>
|
||||
<string>residualvm.docktileplugin</string>
|
||||
<key>NSRequiresAquaSystemAppearance</key>
|
||||
<false/>
|
||||
</dict>
|
||||
</plist>
|
||||
|
Loading…
Reference in New Issue
Block a user