mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-14 14:45:49 +01:00
8 lines
165 B
Go
8 lines
165 B
Go
package windows
|
|
|
|
// Options are options specific to Windows
|
|
type Options struct {
|
|
WebviewIsTransparent bool
|
|
WindowIsTranslucent bool
|
|
DisableWindowIcon bool
|
|
}
|