From 75ee36f8ebf484bd91cf2591b00af7ce6cd4e21a Mon Sep 17 00:00:00 2001 From: Lea Anthony Date: Thu, 21 Apr 2022 08:30:15 +1000 Subject: [PATCH] Update docs regarding TitlebarAppearsTransparent --- website/docs/reference/options.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/reference/options.mdx b/website/docs/reference/options.mdx index 229ffe923..eb3177633 100644 --- a/website/docs/reference/options.mdx +++ b/website/docs/reference/options.mdx @@ -573,7 +573,7 @@ type TitleBar struct { | Name | Description | | ---- | ----------- | -| TitlebarAppearsTransparent | Makes the titlebar transparent. [Apple Docs](https://developer.apple.com/documentation/appkit/nswindow/1419167-titlebarappearstransparent?language=objc) | +| TitlebarAppearsTransparent | Makes the titlebar transparent. This has the effect of hiding the titlebar and the content fill the window. [Apple Docs](https://developer.apple.com/documentation/appkit/nswindow/1419167-titlebarappearstransparent?language=objc) | | HideTitle | Hides the title of the window. [Apple Docs](https://developer.apple.com/documentation/appkit/nswindowtitlevisibility?language=objc) | | HideTitleBar | Removes [NSWindowStyleMaskTitled](https://developer.apple.com/documentation/appkit/nswindowstylemask/nswindowstylemasktitled/) from the style mask | | FullSizeContent | Makes the webview fill the entire window. [Apple Docs](https://developer.apple.com/documentation/appkit/nswindowstylemask/nswindowstylemaskfullsizecontentview)|