mirror of
https://github.com/taigrr/wails.git
synced 2026-04-17 04:05:12 -07:00
9 lines
186 B
Go
9 lines
186 B
Go
package appoptions
|
|
|
|
// MacOptions ae options speific to Mas
|
|
type MacOptions struct {
|
|
TitlebarAppearsTransparent bool
|
|
HideTitle bool
|
|
HideTitleBar bool
|
|
}
|