mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-10 07:15:03 -06:00
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
This commit is contained in:
parent
c7cf0fab2f
commit
fb328bd307
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue