mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-14 14:45:49 +01:00
[darwin] fix hiding in window example
This commit is contained in:
parent
4593b52863
commit
eefeadc018
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue