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