Comment about window title

This commit is contained in:
Lea Anthony 2020-11-15 15:42:46 +11:00
commit 108fcbb161
No known key found for this signature in database
GPG key ID: 33DAF7BB90A58405

View file

@ -19,7 +19,8 @@ func main() {
Mac: &mac.Options{
WebviewIsTransparent: true,
WindowBackgroundIsTranslucent: true,
// TitleBar: mac.TitleBarHiddenInset(),
// Comment out line below to see Window.SetTitle() work
TitleBar: mac.TitleBarHiddenInset(),
},
LogLevel: logger.TRACE,
})