Skip to content

Commit 3d4dda7

Browse files
chore: update ref to docs (🤖) (#1134)
Co-authored-by: electron-website-docs-updater[bot] <166660481+electron-website-docs-updater[bot]@users.noreply.github.com>
1 parent 95a3b1f commit 3d4dda7

4 files changed

Lines changed: 10 additions & 2 deletions

File tree

‎docs/latest/.sha‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
e0127e99aeaa66bb580538fc7409831b5248cccb
1+
ea88382a295f7811cb3c37c1c650849e941c67cf

‎docs/latest/api/base-window.md‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,10 @@ Emitted when the window exits from a maximized state.
215215

216216
Emitted when the window is minimized.
217217

218+
> [!NOTE]
219+
> On Wayland, “minimized” is not currently a supported state. The minimize event will only fire when triggered by client-side decoration (e.g. clicking the minimize
220+
> button on a frameless window’s Window Control Overlay)
221+
218222
#### Event: 'restore'
219223

220224
Emitted when the window is restored from a minimized state.

‎docs/latest/api/browser-window.md‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,10 @@ Emitted when the window exits from a maximized state.
291291

292292
Emitted when the window is minimized.
293293

294+
> [!NOTE]
295+
> On Wayland, “minimized” is not currently a supported state. The minimize event will only fire when triggered by client-side decoration (e.g. clicking the minimize
296+
> button on a frameless window’s Window Control Overlay)
297+
294298
#### Event: 'restore'
295299

296300
Emitted when the window is restored from a minimized state.

‎docs/latest/api/web-contents.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1925,7 +1925,7 @@ Opens the DevTools.
19251925
When `contents` is a `<webview>` tag, the `mode` would be `detach` by default,
19261926
explicitly passing an empty `mode` can force using last used dock state.
19271927

1928-
On Windows, if Windows Control Overlay is enabled, DevTools will be opened with `mode: 'detach'`.
1928+
On Windows, if Window Control Overlay is enabled, DevTools will be opened with `mode: 'detach'`.
19291929

19301930
#### `contents.closeDevTools()`
19311931

0 commit comments

Comments
 (0)