🍎 Rename 'isDarkModeEnabled' to 'isDarkMode'

This commit is contained in:
Daniel Pham 2016-03-06 10:55:47 -05:00
parent 63294892f0
commit 68b453770b
4 changed files with 7 additions and 7 deletions

View file

@ -465,9 +465,9 @@ if (browserOptions.transparent) {
}
```
### `app.isDarkModeEnabled()` _OS X_
### `app.isDarkMode()` _OS X_
This method returns `true` if Dark Mode is enabled, and `false` otherwise.
This method returns `true` if the system is in Dark Mode, and `false` otherwise.
### `app.commandLine.appendSwitch(switch[, value])`