5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-04 23:59:52 +08:00
wails/v2/pkg/options/windows/windows.go
2021-09-15 20:30:14 +10:00

9 lines
165 B
Go

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