From 4cb3321c394cd9ab5a29516822c9f04df773ced9 Mon Sep 17 00:00:00 2001 From: Lea Anthony Date: Tue, 16 May 2023 18:00:17 +1000 Subject: [PATCH] [v3 mac] Update README --- v3/STATUS.md | 25 +++++++++++-------------- 1 file changed, 11 insertions(+), 14 deletions(-) diff --git a/v3/STATUS.md b/v3/STATUS.md index 4993cf681..6e322a62b 100644 --- a/v3/STATUS.md +++ b/v3/STATUS.md @@ -284,6 +284,17 @@ Built-in plugin support: - [x] Translucency +### Mac Options + +| Feature | Default | Notes | +|-------------------------|-------------------|------------------------------------------------------| +| Backdrop | MacBackdropNormal | Standard solid window | +| DisableWindowShadow | false | | +| TitleBar | | Standard window decorations by default | +| Appearance | DefaultAppearance | | +| InvisibleTitleBarHeight | 0 | Creates an invisible title bar for frameless windows | + + ## Windows Specific - [x] Translucency @@ -300,20 +311,6 @@ Built-in plugin support: | DisableFramelessWindowDecorations | | | | WindowMask | nil | Makes the window the contents of the bitmap | - // Select the type of translucent backdrop. Requires Windows 11 22621 or later. - BackdropType BackdropType - // Disable the icon in the titlebar - DisableIcon bool - // Theme. Defaults to SystemDefault which will use whatever the system theme is. The application will follow system theme changes. - Theme Theme - // Custom colours for dark/light mode - CustomTheme *ThemeSettings - // Disable all window decorations in Frameless mode, which means no "Aero Shadow" and no "Rounded Corner" will be shown. - // "Rounded Corners" are only available on Windows 11. - DisableFramelessWindowDecorations bool - - // WindowMask is used to set the window shape. Use a PNG with an alpha channel to create a custom shape. - WindowMask []byte ## Linux Specific