chore: deprecate setHighlightMode (#19202)

This commit is contained in:
Micha Hanselmann 2019-07-11 08:11:46 -07:00 committed by Shelley Vohr
parent 06d48514c6
commit 1f70dfbffd
3 changed files with 17 additions and 0 deletions

View file

@ -152,6 +152,17 @@ app.enableMixedSandbox()
Mixed-sandbox mode is now enabled by default.
### `Tray`
Under macOS Catalina our former Tray implementation breaks.
Apple's native substitute doesn't support changing the highlighting behavior.
```js
// Deprecated
tray.setHighlightMode(mode)
// API will be removed in v7.0 without replacement.
```
## Planned Breaking API Changes (5.0)
### `new BrowserWindow({ webPreferences })`