🍎 Add 'dark-mode-changed' event to app api
This commit is contained in:
parent
eaac67ac60
commit
c4049cb393
7 changed files with 31 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue