docs: fix electron.d.ts typings (#13841)

This commit is contained in:
Milan Burda 2018-07-30 03:11:23 +02:00 committed by Samuel Attard
parent a6bc8030ea
commit aacbd76baa
2 changed files with 2 additions and 2 deletions

View file

@ -194,7 +194,7 @@ Sets the `image` associated with this tray icon.
#### `tray.setPressedImage(image)` _macOS_
* `image` [NativeImage](native-image.md)
* `image` ([NativeImage](native-image.md) | String)
Sets the `image` associated with this tray icon when pressed on macOS.