aboutsummaryrefslogtreecommitdiff
path: root/qml/main.qml
diff options
context:
space:
mode:
Diffstat (limited to 'qml/main.qml')
-rw-r--r--qml/main.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/qml/main.qml b/qml/main.qml
index 3f3b5a9..c04e6dd 100644
--- a/qml/main.qml
+++ b/qml/main.qml
@@ -40,6 +40,8 @@ ApplicationWindow {
Layout.fillWidth: true
height: 20
+
+ onExecuted: state.enterNormalMode()
}
}