Update window example

This commit is contained in:
Lea Anthony 2023-10-09 17:38:22 +11:00
commit 473cf1cae3
No known key found for this signature in database
GPG key ID: 33DAF7BB90A58405

View file

@ -19,6 +19,7 @@ func main() {
app := application.New(application.Options{
Name: "WebviewWindow Demo",
Description: "A demo of the WebviewWindow API",
Assets: application.AlphaAssets,
Mac: application.MacOptions{
ApplicationShouldTerminateAfterLastWindowClosed: true,
},