Update window example

This commit is contained in:
Lea Anthony
2023-10-09 17:38:22 +11:00
parent 65d4266400
commit 473cf1cae3
+1
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,
},