initialization -> initializing
This commit is contained in:
parent
f373f2ae15
commit
4c4d585b84
1 changed files with 2 additions and 2 deletions
|
@ -32,7 +32,7 @@ Returns:
|
||||||
|
|
||||||
* `launchInfo` Object _macOS_
|
* `launchInfo` Object _macOS_
|
||||||
|
|
||||||
Emitted when Electron has finished initialization. On macOS, `launchInfo` holds
|
Emitted when Electron has finished initializing. On macOS, `launchInfo` holds
|
||||||
the `userInfo` of the `NSUserNotification` that was used to open the application,
|
the `userInfo` of the `NSUserNotification` that was used to open the application,
|
||||||
if it was launched from Notification Center. You can call `app.isReady()` to
|
if it was launched from Notification Center. You can call `app.isReady()` to
|
||||||
check if this event has already fired.
|
check if this event has already fired.
|
||||||
|
@ -352,7 +352,7 @@ app.exit(0)
|
||||||
|
|
||||||
### `app.isReady()`
|
### `app.isReady()`
|
||||||
|
|
||||||
Returns `true` if Electron has finished initialization, `false` otherwise.
|
Returns `true` if Electron has finished initializing, `false` otherwise.
|
||||||
|
|
||||||
### `app.focus()`
|
### `app.focus()`
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue