Skip to content

Commit

Permalink
Force light mode when building with newer SDKs.
Browse files Browse the repository at this point in the history
When building with newer SDKs, they automatically support dark mode. Since White Star/Pale Moon themes are independent of dark mode, in dark mode light themes will look bad.  So until we add dark mode support, force light mode using Info.plist.
  • Loading branch information
dbsoft committed Jun 4, 2022
1 parent 27fc5c1 commit b220116
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions whitestar/app/macbuild/Contents/Info.plist.in
Expand Up @@ -223,6 +223,8 @@
</dict>
<key>NSSupportsAutomaticGraphicsSwitching</key>
<true/>
<key>NSRequiresAquaSystemAppearance</key>
<true/>
<key>NSPrincipalClass</key>
<string>GoannaNSApplication</string>
</dict>
Expand Down

0 comments on commit b220116

Please sign in to comment.