This commit is contained in:
Adam Mathes 2019-02-09 20:49:31 -08:00
parent aa82250232
commit e7e3dfed00

View File

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