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