This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
Carla
mirror of
https://github.com/falkTX/Carla
Watch
1
Star
0
Fork
0
Code
Releases
42
Activity
Browse Source
Allow to use dark theme/mode on newer macOS
tags/v2.2.0
falkTX
4 years ago
parent
86a056c5d5
commit
3a1adb7ca8
2 changed files
with
6 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-1
data/macos/Carla-Control_Info.plist
+3
-1
data/macos/Carla_Info.plist
+ 3
- 1
data/macos/Carla-Control_Info.plist
View File
@@ -11,6 +11,8 @@
<key>CFBundleIdentifier</key>
<string>CarlaControl</string>
<key>NSHighResolutionCapable</key>
<true/>
<true/>
<key>NSRequiresAquaSystemAppearance</key>
<false/>
</dict>
</plist>
+ 3
- 1
data/macos/Carla_Info.plist
View File
@@ -11,6 +11,8 @@
<key>CFBundleIdentifier</key>
<string>Carla</string>
<key>NSHighResolutionCapable</key>
<true/>
<true/>
<key>NSRequiresAquaSystemAppearance</key>
<false/>
</dict>
</plist>
Write
Preview
Loading…
Cancel
Save