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

This commit is contained in:
trop[bot] 2018-07-30 11:20:19 +10:00 committed by Samuel Attard
parent b08df88b7c
commit 91af624cb1
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.