mirror of
https://github.com/taigrr/wails.git
synced 2026-04-02 05:08:54 -07:00
9 lines
170 B
Go
9 lines
170 B
Go
package mac
|
|
|
|
// Options ae options speific to Mac
|
|
type Options struct {
|
|
TitleBar *TitleBar
|
|
Appearance AppearanceType
|
|
WebviewIsTransparent bool
|
|
}
|