Skip to content

Commit

Permalink
fixed macOS example to use options
Browse files Browse the repository at this point in the history
  • Loading branch information
Code-Hex committed Nov 17, 2024
1 parent a9d5633 commit e808296
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/macOS/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ func runVM(ctx context.Context) error {
log.Println("finished cleanup")
}

vm.StartGraphicApplication(960, 600)
vm.StartGraphicApplication(960, 600, vz.WithWindowTitle("macOS"), vz.WithController(true))

cleanup()

Expand Down

0 comments on commit e808296

Please sign in to comment.