aboutsummaryrefslogtreecommitdiffhomepage
path: root/qml/BinaryFun.qml
diff options
context:
space:
mode:
authorMarvin Borner2020-04-04 20:24:18 +0200
committerMarvin Borner2020-04-04 20:24:18 +0200
commit81cc34bfcc8d7ec695a4d70c4c1c82b9035bf272 (patch)
treefd885f80b2670c29924f79b6b54343ed50b65d9a /qml/BinaryFun.qml
parentd452393fdc957503b0387932f442851265175f08 (diff)
Different modes, fixed timer, zero doubletap, etc..
Diffstat (limited to 'qml/BinaryFun.qml')
-rw-r--r--qml/BinaryFun.qml2
1 files changed, 1 insertions, 1 deletions
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
}