docs: add missing macOS tag

This commit is contained in:
Samuel Attard 2023-09-11 14:07:25 -07:00
parent 5bff0fe342
commit 470a14d8d4
No known key found for this signature in database
GPG key ID: 1B5816524359D045

View file

@ -1647,7 +1647,7 @@ removed in future Electron releases.
* `options` Object * `options` Object
* `color` String (optional) _Windows_ - The CSS color of the Window Controls Overlay when enabled. * `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. * `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 On a Window with Window Controls Overlay already enabled, this method updates
the style of the title bar overlay. the style of the title bar overlay.