mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-07 05:30:00 +08:00
10 lines
234 B
Go
10 lines
234 B
Go
package mac
|
|
|
|
// Options are options speific to Mac
|
|
type Options struct {
|
|
TitleBar *TitleBar
|
|
Appearance AppearanceType
|
|
WebviewIsTransparent bool
|
|
WindowBackgroundIsTranslucent bool
|
|
}
|