diff options
Diffstat (limited to 'qt-mobile/qml/StartPage.qml')
-rw-r--r-- | qt-mobile/qml/StartPage.qml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qt-mobile/qml/StartPage.qml b/qt-mobile/qml/StartPage.qml index 8041a6786..1e2e82bc9 100644 --- a/qt-mobile/qml/StartPage.qml +++ b/qt-mobile/qml/StartPage.qml @@ -31,7 +31,7 @@ Item { Layout.preferredWidth: startpage.buttonWidth text: "Connect to CloudStorage..." onClicked: { - stackView.push(prefsWindow) + stackView.push(cloudCredWindow) } } Button { @@ -58,4 +58,4 @@ Item { Layout.fillHeight: true } } -}
\ No newline at end of file +} |