Π·Π΅ΡΠΊΠ°Π»ΠΎ ΠΈΠ· https://github.com/electron/website.git
chore: update ref to docs (π€)
This commit is contained in:
Π ΠΎΠ΄ΠΈΡΠ΅Π»Ρ
312a848cbc
ΠΠΎΠΌΠΌΠΈΡ
0b985d88ac
|
@ -104,7 +104,7 @@ The [Window Controls Overlay API][] is a web standard that gives web apps the ab
|
||||||
customize their title bar region when installed on desktop. Electron exposes this API
|
customize their title bar region when installed on desktop. Electron exposes this API
|
||||||
through the `BrowserWindow` constructor option `titleBarOverlay`.
|
through the `BrowserWindow` constructor option `titleBarOverlay`.
|
||||||
|
|
||||||
This option only works whenever a custom `titlebarStyle` is applied on macOS or Windows.
|
This option only works whenever a custom `titlebarStyle` is applied.
|
||||||
When `titleBarOverlay` is enabled, the window controls become exposed in their default
|
When `titleBarOverlay` is enabled, the window controls become exposed in their default
|
||||||
position, and DOM elements cannot use the area underneath this region.
|
position, and DOM elements cannot use the area underneath this region.
|
||||||
|
|
||||||
|
@ -114,7 +114,6 @@ Specifying `true` on either platform will result in an overlay region with defau
|
||||||
system colors:
|
system colors:
|
||||||
|
|
||||||
```js title='main.js'
|
```js title='main.js'
|
||||||
// on macOS or Windows
|
|
||||||
const { BrowserWindow } = require('electron')
|
const { BrowserWindow } = require('electron')
|
||||||
const win = new BrowserWindow({
|
const win = new BrowserWindow({
|
||||||
titleBarStyle: 'hidden',
|
titleBarStyle: 'hidden',
|
||||||
|
|
ΠΠ°Π³ΡΡΠ·ΠΊΠ°β¦
Π‘ΡΡΠ»ΠΊΠ° Π² Π½ΠΎΠ²ΠΎΠΉ Π·Π°Π΄Π°ΡΠ΅