diff options
Diffstat (limited to 'qml/BinaryFun.qml')
-rw-r--r-- | qml/BinaryFun.qml | 2 |
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 } |