mirror of
https://github.com/electron/electron.git
synced 2026-01-08 23:18:06 -05:00
Removed incorrect optional labels from tray.displayBalloon(options) docs
This commit is contained in:
@@ -245,8 +245,8 @@ win.on('hide', () => {
|
||||
|
||||
* `options` Object
|
||||
* `icon` ([NativeImage](native-image.md) | String) - (optional)
|
||||
* `title` String - (optional)
|
||||
* `content` String - (optional)
|
||||
* `title` String
|
||||
* `content` String
|
||||
|
||||
Displays a tray balloon.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user