🍎 Add 'dark-mode-changed' event to app api

This commit is contained in:
Daniel Pham 2016-03-01 15:05:44 -05:00
parent eaac67ac60
commit c4049cb393
7 changed files with 31 additions and 1 deletions

View file

@ -228,6 +228,10 @@ app.on('login', function(event, webContents, request, authInfo, callback) {
Emitted when the gpu process crashes.
### Event: 'dark-mode-changed' _OS X_
Emitted when the system's Dark Mode theme is toggled.
## Methods
The `app` object has the following methods: