Merge pull request #9931 from fasterthanlime/patch-1
📝 mixed devtools behavior with mixed sandbox
This commit is contained in:
commit
8a62d81fc5
1 changed files with 3 additions and 0 deletions
|
@ -919,6 +919,9 @@ Enables mixed sandbox mode on the app.
|
||||||
|
|
||||||
This method can only be called before app is ready.
|
This method can only be called before app is ready.
|
||||||
|
|
||||||
|
**Note:** The devtools will no longer open after mixed sandbox mode has been
|
||||||
|
enabled (i.e `openDevTools` becomes a no-op).
|
||||||
|
|
||||||
### `app.dock.bounce([type])` _macOS_
|
### `app.dock.bounce([type])` _macOS_
|
||||||
|
|
||||||
* `type` String (optional) - Can be `critical` or `informational`. The default is
|
* `type` String (optional) - Can be `critical` or `informational`. The default is
|
||||||
|
|
Loading…
Reference in a new issue