docs: add missing vibrancy breaking change (#40893)
docs: add missing vibranch change
This commit is contained in:
parent
73e7125041
commit
3a22fd3216
1 changed files with 12 additions and 0 deletions
|
@ -233,6 +233,18 @@ systemPreferences.on('high-contrast-color-scheme-changed', () => { /* ... */ })
|
||||||
nativeTheme.on('updated', () => { /* ... */ })
|
nativeTheme.on('updated', () => { /* ... */ })
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Removed: Some `window.setVibrancy` options on macOS
|
||||||
|
|
||||||
|
The following vibrancy options have been removed:
|
||||||
|
|
||||||
|
* 'light'
|
||||||
|
* 'medium-light'
|
||||||
|
* 'dark'
|
||||||
|
* 'ultra-dark'
|
||||||
|
* 'appearance-based'
|
||||||
|
|
||||||
|
These were previously deprecated and have been removed by Apple in 10.15.
|
||||||
|
|
||||||
### Removed: `webContents.getPrinters`
|
### Removed: `webContents.getPrinters`
|
||||||
|
|
||||||
The `webContents.getPrinters` method has been removed. Use
|
The `webContents.getPrinters` method has been removed. Use
|
||||||
|
|
Loading…
Reference in a new issue