From e7e3dfed00eed00cb619eb934ca2235326d5775c Mon Sep 17 00:00:00 2001 From: Adam Mathes Date: Sat, 9 Feb 2019 20:49:31 -0800 Subject: [PATCH] spacing --- app/qml/root.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() }