Merge pull request #9983 from electron/devtools-mixed-sandbox
Fix devtools open in mixed sandbox
This commit is contained in:
commit
48f5a66f87
4 changed files with 23 additions and 6 deletions
|
@ -927,9 +927,6 @@ Enables mixed sandbox mode on the app.
|
|||
|
||||
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_
|
||||
|
||||
* `type` String (optional) - Can be `critical` or `informational`. The default is
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue