Browse Source

Allow to use dark theme/mode on newer macOS

tags/v2.2.0
falkTX 4 years ago
parent
commit
3a1adb7ca8
2 changed files with 6 additions and 2 deletions
  1. +3
    -1
      data/macos/Carla-Control_Info.plist
  2. +3
    -1
      data/macos/Carla_Info.plist

+ 3
- 1
data/macos/Carla-Control_Info.plist View File

@@ -11,6 +11,8 @@
<key>CFBundleIdentifier</key> <key>CFBundleIdentifier</key>
<string>CarlaControl</string> <string>CarlaControl</string>
<key>NSHighResolutionCapable</key> <key>NSHighResolutionCapable</key>
<true/>
<true/>
<key>NSRequiresAquaSystemAppearance</key>
<false/>
</dict> </dict>
</plist> </plist>

+ 3
- 1
data/macos/Carla_Info.plist View File

@@ -11,6 +11,8 @@
<key>CFBundleIdentifier</key> <key>CFBundleIdentifier</key>
<string>Carla</string> <string>Carla</string>
<key>NSHighResolutionCapable</key> <key>NSHighResolutionCapable</key>
<true/>
<true/>
<key>NSRequiresAquaSystemAppearance</key>
<false/>
</dict> </dict>
</plist> </plist>

Loading…
Cancel
Save