mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-12 15:09:33 +08:00
12 lines
285 B
Go
12 lines
285 B
Go
package appoptions
|
|
|
|
// MacOptions ae options speific to Mas
|
|
type MacOptions struct {
|
|
TitlebarAppearsTransparent bool
|
|
HideTitle bool
|
|
HideTitleBar bool
|
|
FullSizeContent bool
|
|
UseToolbar bool
|
|
HideToolbarSeparator bool
|
|
}
|