From 0abda746eabbca48066f7425c5db5dba53bb37f5 Mon Sep 17 00:00:00 2001 From: "trop[bot]" <37223003+trop[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 12:58:27 -0500 Subject: [PATCH] docs: modify the thickFrame doc (#48677) * doc: modify the thickFrame doc Co-authored-by: zoy * chore: update description Co-authored-by: John Kleinschmidt Co-authored-by: zoy * update format Co-authored-by: zoy --------- Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by: zoy --- docs/api/structures/base-window-options.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/api/structures/base-window-options.md b/docs/api/structures/base-window-options.md index 375c6adc3b59..1dc5e545a071 100644 --- a/docs/api/structures/base-window-options.md +++ b/docs/api/structures/base-window-options.md @@ -102,9 +102,10 @@ should have rounded corners. Default is `true`. Setting this property to `false` will prevent the window from being fullscreenable on macOS. On Windows versions older than Windows 11 Build 22000 this property has no effect, and frameless windows will not have rounded corners. -* `thickFrame` boolean (optional) - Use `WS_THICKFRAME` style for frameless windows on - Windows, which adds standard window frame. Setting it to `false` will remove - window shadow and window animations. Default is `true`. +* `thickFrame` boolean (optional) _Windows_ - Use `WS_THICKFRAME` style for + frameless windows on Windows, which adds the standard window frame. Setting it + to `false` will remove window shadow and window animations, and disable window + resizing via dragging the window edges. Default is `true`. * `vibrancy` string (optional) _macOS_ - Add a type of vibrancy effect to the window, only on macOS. Can be `appearance-based`, `titlebar`, `selection`, `menu`, `popover`, `sidebar`, `header`, `sheet`, `window`, `hud`, `fullscreen-ui`,