5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-19 02:19:31 +08:00

Update window example

This commit is contained in:
Lea Anthony 2023-10-09 17:38:22 +11:00
parent 65d4266400
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{ app := application.New(application.Options{
Name: "WebviewWindow Demo", Name: "WebviewWindow Demo",
Description: "A demo of the WebviewWindow API", Description: "A demo of the WebviewWindow API",
Assets: application.AlphaAssets,
Mac: application.MacOptions{ Mac: application.MacOptions{
ApplicationShouldTerminateAfterLastWindowClosed: true, ApplicationShouldTerminateAfterLastWindowClosed: true,
}, },