mirror of
https://github.com/taigrr/wails.git
synced 2026-04-02 05:08:54 -07:00
Comment about window title
This commit is contained in:
@@ -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,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user