Fixed dialogs on macOS. Update WML example to use compiled runtime.

This commit is contained in:
Lea Anthony
2024-01-25 21:00:33 +11:00
parent 773bdf8ea2
commit 7674f8eb2b
43 changed files with 395 additions and 1172 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ func main() {
Description: "A demo of the WebviewWindow API",
Assets: application.AlphaAssets,
Mac: application.MacOptions{
ApplicationShouldTerminateAfterLastWindowClosed: true,
ApplicationShouldTerminateAfterLastWindowClosed: false,
},
})
app.On(events.Mac.ApplicationDidFinishLaunching, func(event *application.Event) {