X-Git-Url: https://www.flypig.org.uk/git/?p=harbour-pedalo.git;a=blobdiff_plain;f=qml%2Fharbour-pedalo.qml;fp=qml%2Fharbour-pedalo.qml;h=944e65e7d390e0ef2cfa5076978ea11896285cf2;hp=829cf95f3337c165db52bf4cf6f60e60faef7100;hb=0108947ead4cc9e0ff23fee82db2fb1fd7cb2dad;hpb=ad970e5488e00f84c984a7c0fee09c089d8fe5d1 diff --git a/qml/harbour-pedalo.qml b/qml/harbour-pedalo.qml index 829cf95..944e65e 100644 --- a/qml/harbour-pedalo.qml +++ b/qml/harbour-pedalo.qml @@ -4,7 +4,7 @@ import "pages" ApplicationWindow { - initialPage: Component { FirstPage { } } + initialPage: Component { MainPage { } } cover: Qt.resolvedUrl("cover/CoverPage.qml") allowedOrientations: defaultAllowedOrientations }