docs: fix app 'ready' event arguments (#26171)

This commit is contained in:
Milan Burda 2020-10-26 22:43:27 +01:00 committed by GitHub
parent e512669937
commit 184bccdc7d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,7 +32,8 @@ In most cases, you should do everything in the `ready` event handler.
Returns:
* `launchInfo` unknown _macOS_
* `event` Event
* `launchInfo` Record<string, any> _macOS_
Emitted once, when Electron has finished initializing. On macOS, `launchInfo`
holds the `userInfo` of the `NSUserNotification` that was used to open the