mirror of
https://github.com/electron/electron.git
synced 2026-01-08 23:18:06 -05:00
line up process annotations consistently
This commit is contained in:
@@ -2,8 +2,7 @@
|
||||
|
||||
> Retrieve information about screen size, displays, cursor position, etc.
|
||||
|
||||
Process: [Main](../tutorial/quick-start.md#main-process),
|
||||
[Renderer](../tutorial/quick-start.md#renderer-process)
|
||||
Process: [Main](../tutorial/quick-start.md#main-process), [Renderer](../tutorial/quick-start.md#renderer-process)
|
||||
|
||||
You cannot require or use this module until the `ready` event of the `app`
|
||||
module is emitted.
|
||||
|
||||
@@ -2,8 +2,7 @@
|
||||
|
||||
> Manage files and URLs using their default applications.
|
||||
|
||||
Process: [Main](../tutorial/quick-start.md#main-process),
|
||||
[Renderer](../tutorial/quick-start.md#renderer-process)
|
||||
Process: [Main](../tutorial/quick-start.md#main-process), [Renderer](../tutorial/quick-start.md#renderer-process)
|
||||
|
||||
The `shell` module provides functions related to desktop integration.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user