diff --git a/resources/qml/WelcomePages/CloudContent.qml b/resources/qml/WelcomePages/CloudContent.qml index 573951ca52..83a258a3f5 100644 --- a/resources/qml/WelcomePages/CloudContent.qml +++ b/resources/qml/WelcomePages/CloudContent.qml @@ -22,10 +22,11 @@ Item onCloudPrintersDetected: { // When the user signs in successfully, it will be checked whether he/she has cloud printers connected to - // the account. If he/she does, then the welcome wizard can close. If not, then proceed to the next page (if any) + // the account. If he/she does, then the welcome wizard will show a summary of the Cloud printers linked to the + // account. If there are no cloud printers, then proceed to the next page (if any) if(newCloudPrintersDetected) { - base.endWizard() + base.goToPage("add_cloud_printers") } else {