From 81cc34bfcc8d7ec695a4d70c4c1c82b9035bf272 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Sat, 4 Apr 2020 20:24:18 +0200 Subject: Different modes, fixed timer, zero doubletap, etc.. --- qml/BinaryFun.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qml/BinaryFun.qml') diff --git a/qml/BinaryFun.qml b/qml/BinaryFun.qml index 829cf95..9378223 100644 --- a/qml/BinaryFun.qml +++ b/qml/BinaryFun.qml @@ -4,7 +4,7 @@ import "pages" ApplicationWindow { - initialPage: Component { FirstPage { } } + initialPage: Component { Menu { } } cover: Qt.resolvedUrl("cover/CoverPage.qml") allowedOrientations: defaultAllowedOrientations } -- cgit v1.2.3