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:
parent
65d4266400
commit
473cf1cae3
@ -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,
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user