From 3b20f2aced587c8e1f9829f74454ac694f217800 Mon Sep 17 00:00:00 2001 From: Cheng Zhao Date: Thu, 4 Jun 2015 16:12:29 +0800 Subject: [PATCH] docs: Mention how to remove menu bar --- docs/api/browser-window.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/api/browser-window.md b/docs/api/browser-window.md index 30055dccb0af..35a439a53620 100644 --- a/docs/api/browser-window.md +++ b/docs/api/browser-window.md @@ -579,7 +579,8 @@ Same with `webContents.reload`. * `menu` Menu -Sets the `menu` as the window top menu. +Sets the `menu` as the window's menu bar, setting it to `null` will remove the +menu bar. __Note:__ This API is not available on OS X.