mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-10 22:19:46 +08:00
8 lines
152 B
Go
8 lines
152 B
Go
package windows
|
|
|
|
// Options are options specific to Mac
|
|
type Options struct {
|
|
WebviewIsTransparent bool
|
|
WindowBackgroundIsTranslucent bool
|
|
}
|