Support Translucent Window Background

This commit is contained in:
Lea Anthony
2020-10-02 07:45:22 +10:00
parent ee9c98c515
commit 26a1f78d56
4 changed files with 49 additions and 45 deletions

View File

@@ -1,8 +1,9 @@
package mac
// Options ae options speific to Mac
// Options are options speific to Mac
type Options struct {
TitleBar *TitleBar
Appearance AppearanceType
WebviewIsTransparent bool
TitleBar *TitleBar
Appearance AppearanceType
WebviewIsTransparent bool
WindowBackgroundIsTranslucent bool
}