Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support macOS Mojave Dark Mode #3496

Closed
HaNdTriX opened this issue Nov 25, 2018 · 1 comment
Closed

Support macOS Mojave Dark Mode #3496

HaNdTriX opened this issue Nov 25, 2018 · 1 comment

Comments

@HaNdTriX
Copy link

  • Version: v3.0.10
  • Target: macOS Mojave v10.x

In order to fully support macOS Mojaves new darkMode we need to set the following in value in the apps Info.plist.

<plist>
<dict>
  ...
  <key>NSRequiresAquaSystemAppearance</key>
  <false />
  ...
</dict>
</plist>

For more infos check out the electron guide on this topic: Electron Guide/Dark Mode

@HaNdTriX HaNdTriX changed the title Support Mojave Dark Mode Support macOS Mojave Dark Mode Nov 25, 2018
@develar
Copy link
Member

develar commented Nov 26, 2018

Fixed in upcoming 20.37.0

develar added a commit to develar/electron-builder that referenced this issue Nov 26, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants