chore: cleanup whitespace in docs (#26356)

This commit is contained in:
David Sanders
2020-11-05 14:12:43 -08:00
committed by GitHub
parent 3814a56d48
commit 43dbd1bdf8
45 changed files with 129 additions and 72 deletions

View File

@@ -52,12 +52,12 @@ app.whenReady().then(() => {
appIcon.setContextMenu(contextMenu)
})
```
* On Windows it is recommended to use `ICO` icons to get best visual effects.
If you want to keep exact same behaviors on all platforms, you should not
rely on the `click` event and always attach a context menu to the tray icon.
### `new Tray(image, [guid])`
* `image` ([NativeImage](native-image.md) | String)