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.3.0-RC1
falkTX
falkTX
<falktx@falktx.com>
4 years ago
parent
4f46260a0c
commit
dd77f6fb10
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
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