mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-02 23:02:19 +08:00
9 lines
192 B
Go
9 lines
192 B
Go
package windows
|
|
|
|
// Options are options specific to Windows
|
|
type Options struct {
|
|
WebviewIsTransparent bool
|
|
WindowBackgroundIsTranslucent bool
|
|
DisableWindowIcon bool
|
|
}
|