docs: remove misleading info from will-finish-launching docs (#37514)
This commit is contained in:
parent
512e56baf7
commit
4e85bb921b
1 changed files with 1 additions and 2 deletions
|
@ -23,8 +23,7 @@ The `app` object emits the following events:
|
||||||
Emitted when the application has finished basic startup. On Windows and Linux,
|
Emitted when the application has finished basic startup. On Windows and Linux,
|
||||||
the `will-finish-launching` event is the same as the `ready` event; on macOS,
|
the `will-finish-launching` event is the same as the `ready` event; on macOS,
|
||||||
this event represents the `applicationWillFinishLaunching` notification of
|
this event represents the `applicationWillFinishLaunching` notification of
|
||||||
`NSApplication`. You would usually set up listeners for the `open-file` and
|
`NSApplication`.
|
||||||
`open-url` events here, and start the crash reporter and auto updater.
|
|
||||||
|
|
||||||
In most cases, you should do everything in the `ready` event handler.
|
In most cases, you should do everything in the `ready` event handler.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue