docs: fix electron.d.ts typings (#13841)
This commit is contained in:
parent
a6bc8030ea
commit
aacbd76baa
2 changed files with 2 additions and 2 deletions
|
@ -1240,7 +1240,7 @@ mode set (but with a value within the valid range), `normal` will be assumed.
|
|||
|
||||
#### `win.setOverlayIcon(overlay, description)` _Windows_
|
||||
|
||||
* `overlay` [NativeImage](native-image.md) - the icon to display on the bottom
|
||||
* `overlay` [NativeImage](native-image.md) | null - the icon to display on the bottom
|
||||
right corner of the taskbar icon. If this parameter is `null`, the overlay is
|
||||
cleared
|
||||
* `description` String - a description that will be provided to Accessibility
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue