mirror of
https://github.com/taigrr/wails.git
synced 2026-04-17 04:05:12 -07:00
Add Toolbar support for Mac
This commit is contained in:
@@ -23,8 +23,10 @@ func main() {
|
||||
Mac: wails.MacOptions{
|
||||
HideTitle: true,
|
||||
HideTitleBar: false,
|
||||
TitlebarAppearsTransparent: true,
|
||||
TitlebarAppearsTransparent: false,
|
||||
FullSizeContent: true,
|
||||
UseToolbar: true,
|
||||
HideToolbarSeparator: true,
|
||||
},
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user