mirror of
https://github.com/taigrr/wails.git
synced 2026-04-14 10:50:53 -07: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
|
|
}
|