From 470a14d8d4c2748ede41fe78d686f63cff4d6fe3 Mon Sep 17 00:00:00 2001 From: Samuel Attard Date: Mon, 11 Sep 2023 14:07:25 -0700 Subject: [PATCH] docs: add missing macOS tag --- docs/api/browser-window.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/browser-window.md b/docs/api/browser-window.md index f09fa1ccd751..dfd2ca677950 100644 --- a/docs/api/browser-window.md +++ b/docs/api/browser-window.md @@ -1647,7 +1647,7 @@ removed in future Electron releases. * `options` Object * `color` String (optional) _Windows_ - The CSS color of the Window Controls Overlay when enabled. * `symbolColor` String (optional) _Windows_ - The CSS color of the symbols on the Window Controls Overlay when enabled. - * `height` Integer (optional) _Windows_ - The height of the title bar and Window Controls Overlay in pixels. + * `height` Integer (optional) _macOS_ _Windows_ - The height of the title bar and Window Controls Overlay in pixels. On a Window with Window Controls Overlay already enabled, this method updates the style of the title bar overlay.