mirror of
https://github.com/taigrr/wails.git
synced 2026-04-16 19:55:05 -07:00
10 lines
219 B
Go
10 lines
219 B
Go
package appoptions
|
|
|
|
// MacOptions ae options speific to Mas
|
|
type MacOptions struct {
|
|
TitlebarAppearsTransparent bool
|
|
HideTitle bool
|
|
HideTitleBar bool
|
|
FullSizeContent bool
|
|
}
|