Files
wails/v2/pkg/options/windows/windows.go

9 lines
192 B
Go

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