mirror of https://github.com/cirruslabs/tart.git
parent
c75009e46f
commit
b2c923f2fe
|
|
@ -312,7 +312,8 @@ struct Run: AsyncParsableCommand {
|
|||
|
||||
let useVNCWithoutGraphics = (vnc || vncExperimental) && !graphics
|
||||
if noGraphics || useVNCWithoutGraphics {
|
||||
dispatchMain()
|
||||
// enter the main even loop and just wait for the VM to exit
|
||||
NSApplication.shared.run()
|
||||
} else {
|
||||
runUI(suspendable, captureSystemKeys)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue