Multiple terminal support on MacOS #507

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

View File

@ -36,7 +36,7 @@ QtObject {
Qt.quit()
}
}
Component.onCompleted: {
Component.onCompleted: {
terminalCount = 0
root.newWindow()
}