diff --git a/app/qml/root.qml b/app/qml/root.qml index 7b5e3dc..cb431c9 100644 --- a/app/qml/root.qml +++ b/app/qml/root.qml @@ -36,7 +36,7 @@ QtObject { Qt.quit() } } - Component.onCompleted: { + Component.onCompleted: { terminalCount = 0 root.newWindow() }