From fb328bd307cd9508ca0ae3d875f0685041645299 Mon Sep 17 00:00:00 2001 From: Kostas Karmas Date: Wed, 29 Apr 2020 12:11:05 +0200 Subject: [PATCH] Display a summary of the Cloud printers added after login in WelcomeWizard If the user has cloud printers linked to his/her account, then the welcome wizard will display a summary of the cloud printers that were found in the account and added in Cura. CURA-7022 --- resources/qml/WelcomePages/CloudContent.qml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 {