mirror of https://github.com/cirruslabs/tart.git
parent
ee27cc57bb
commit
ac5d0baa0c
|
|
@ -352,7 +352,7 @@ struct Run: AsyncParsableCommand {
|
|||
if noGraphics {
|
||||
// enter the main even loop, without bringing up any UI,
|
||||
// and just wait for the VM to exit.
|
||||
NSApp.run()
|
||||
NSApplication.shared.run()
|
||||
} else {
|
||||
runUI(suspendable, captureSystemKeys)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue