Skip to content

Commit 6080cf9

Browse files
authored
Enforce light theme on macOS
1 parent fe443e5 commit 6080cf9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/resources/Info.plist.sample

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,7 @@
3838
<array><string>MacOSX</string></array>
3939
<key>LSMinimumSystemVersion</key>
4040
<string>10.14.0</string>
41+
<key>NSRequiresAquaSystemAppearance</key>
42+
<string>true</string>
4143
</dict>
4244
</plist>

0 commit comments

Comments
 (0)