mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 16:48:58 +08: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
@ -22,10 +22,11 @@ Item
|
|||||||
onCloudPrintersDetected:
|
onCloudPrintersDetected:
|
||||||
{
|
{
|
||||||
// When the user signs in successfully, it will be checked whether he/she has cloud printers connected to
|
// 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)
|
if(newCloudPrintersDetected)
|
||||||
{
|
{
|
||||||
base.endWizard()
|
base.goToPage("add_cloud_printers")
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user