We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In order to fully support macOS Mojaves new darkMode we need to set the following in value in the apps Info.plist.
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
The text was updated successfully, but these errors were encountered:
Fixed in upcoming 20.37.0
Sorry, something went wrong.
feat(mac): Support macOS Mojave Dark Mode
179c281
Close electron-userland#3496
e85ef88
No branches or pull requests
In order to fully support macOS Mojaves new darkMode we need to set the following in value in the apps
Info.plist
.For more infos check out the electron guide on this topic: Electron Guide/Dark Mode
The text was updated successfully, but these errors were encountered: