Files
wails/v2/pkg/options/mac/mac.go
Lea Anthony 3f3094f0aa Support vibrancy and transparency for webview
Options Colour -> RGBA
2020-09-30 07:25:15 +10:00

9 lines
168 B
Go

package mac
// Options ae options speific to Mac
type Options struct {
TitleBar *TitleBar
Vibrancy VibrancyType
WebviewIsTransparent bool
}