Comment about window title

This commit is contained in:
Lea Anthony
2020-11-15 15:42:46 +11:00
parent e12762a584
commit 108fcbb161

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,
})