mirror of
https://github.com/taigrr/wails.git
synced 2026-04-02 05:08:54 -07:00
Refactored mac titlebar options
This commit is contained in:
16
v2/pkg/options/mac/mac.go
Normal file
16
v2/pkg/options/mac/mac.go
Normal file
@@ -0,0 +1,16 @@
|
||||
package mac
|
||||
|
||||
// Options ae options speific to Mac
|
||||
type Options struct {
|
||||
TitleBar *TitleBar
|
||||
}
|
||||
|
||||
// TitleBar contains options for the Mac titlebar
|
||||
type TitleBar struct {
|
||||
TitlebarAppearsTransparent bool
|
||||
HideTitle bool
|
||||
HideTitleBar bool
|
||||
FullSizeContent bool
|
||||
UseToolbar bool
|
||||
HideToolbarSeparator bool
|
||||
}
|
||||
Reference in New Issue
Block a user