remove tray.setHighlightMode() deprecation
This commit is contained in:
parent
72c63a10ee
commit
003a5a0160
3 changed files with 0 additions and 38 deletions
|
@ -53,20 +53,6 @@ ses.setCertificateVerifyProc(function (request, callback) {
|
|||
})
|
||||
```
|
||||
|
||||
## `Tray`
|
||||
|
||||
```js
|
||||
// Deprecated
|
||||
tray.setHighlightMode(true)
|
||||
// Replace with
|
||||
tray.setHighlightMode('on')
|
||||
|
||||
// Deprecated
|
||||
tray.setHighlightMode(false)
|
||||
// Replace with
|
||||
tray.setHighlightMode('off')
|
||||
```
|
||||
|
||||
## `webContents`
|
||||
|
||||
```js
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue