Files
wails/v2/pkg/options/windows/windows.go
2021-07-04 13:59:21 +10:00

12 lines
282 B
Go

package windows
import "github.com/wailsapp/wails/v2/pkg/menu"
// Options are options specific to Windows
type Options struct {
WebviewIsTransparent bool
WindowBackgroundIsTranslucent bool
DisableWindowIcon bool
Menu *menu.Menu
}