Files
wails/v2/pkg/options/windows/windows.go
2021-06-14 12:00:47 +10:00

9 lines
188 B
Go

package windows
// Options are options specific to Mac
type Options struct {
WebviewIsTransparent bool
WindowBackgroundIsTranslucent bool
DisableWindowIcon bool
}