Skip to content

Commit

Permalink
Merge pull request #1110 from electron/clarify-dark-mode-docs
Browse files Browse the repository at this point in the history
docs: add a link to the Electron docs for darwinDarkModeSupport
  • Loading branch information
ckerr committed Jan 28, 2020
2 parents 3be37bd + 6bc7cf9 commit d2c7549
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,8 @@ Valid values are listed in [Apple's documentation](https://developer.apple.com/l

Forces support for Mojave (macOS 10.14) dark mode in your packaged app. This sets the
`NSRequiresAquaSystemAppearance` key to `false` in your app's `Info.plist`. For more information,
see the [Apple developer documentation](https://developer.apple.com/documentation/appkit/nsappearancecustomization/choosing_a_specific_appearance_for_your_app).
see the [Electron documentation](https://www.electronjs.org/docs/tutorial/mojave-dark-mode-guide)
and the [Apple developer documentation](https://developer.apple.com/documentation/appkit/nsappearancecustomization/choosing_a_specific_appearance_for_your_app).

##### `extendInfo`

Expand Down

0 comments on commit d2c7549

Please sign in to comment.