Multiple terminal support on MacOS #507

Closed
adammathes wants to merge 13 commits from adammathes/master into master
Showing only changes of commit 32eab18da9 - Show all commits

View File

@ -174,9 +174,5 @@ ApplicationWindow{
}
onClosing: {
root.closeWindow()
// OSX Since we are currently supporting only one window
// quit the application when it is closed.
//if (Qt.platform.os === "osx")
// Qt.quit()
}
}