Skip to content

Commit

Permalink
docs: update mojave-dark-mode-guide.md (#15888)
Browse files Browse the repository at this point in the history
* Update mojave-dark-mode-guide.md

Add info about dark mode support in electron-builder

* Update mojave-dark-mode-guide.md

* Update mojave-dark-mode-guide.md
  • Loading branch information
JB1905 authored and MarshallOfSound committed Dec 1, 2018
1 parent b8ec886 commit 1672cff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/tutorial/mojave-dark-mode-guide.md
Expand Up @@ -29,6 +29,8 @@ If you are using [`electron-packager` >= 12.2.0](https://github.com/electron-use
[`darwinDarkModeSupport`](https://github.com/electron-userland/electron-packager/blob/master/docs/api.md#darwindarkmodesupport)
option when packaging and this key will be set for you.

If you are using [`electron-builder` >= 20.37.0](https://github.com/electron-userland/electron-builder) you can set the [`darkModeSupport`](https://www.electron.build/configuration/mac.html) option.

## Automatically updating your own interfaces

If your app has its own dark mode you should toggle it on and off in sync with the system's dark mode setting. You can do
Expand Down

0 comments on commit 1672cff

Please sign in to comment.