5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-07 05:30:00 +08:00
wails/v2/pkg/options/mac/mac.go
2020-10-02 07:45:22 +10:00

10 lines
234 B
Go

package mac
// Options are options speific to Mac
type Options struct {
TitleBar *TitleBar
Appearance AppearanceType
WebviewIsTransparent bool
WindowBackgroundIsTranslucent bool
}