Support hidden titlebar

This commit is contained in:
Lea Anthony
2020-09-24 06:19:00 +10:00
parent ef11f45df8
commit e6addafcdd
3 changed files with 28 additions and 18 deletions

View File

@@ -4,13 +4,3 @@ package 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
}