From bd8459841bf17f7c4338bd30d4c1392ae8e0900c Mon Sep 17 00:00:00 2001 From: Amos Wenger Date: Tue, 4 Jul 2017 14:20:18 +0200 Subject: [PATCH] :memo: mixed devtools behavior with mixed sandbox --- docs/api/app.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/api/app.md b/docs/api/app.md index 35548fdaddcc..82ae0e50f2fd 100644 --- a/docs/api/app.md +++ b/docs/api/app.md @@ -919,6 +919,9 @@ 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