Skip to content

Commit

Permalink
[darwin] fix hiding in window example
Browse files Browse the repository at this point in the history
  • Loading branch information
leaanthony committed Nov 12, 2023
1 parent 4593b52 commit eefeadc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v3/examples/window/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit eefeadc

Please sign in to comment.