Don't trigger third-party printer dialog when onCloudPrintersDetected changed

That signal is received basically every minute when you're already signed in
and it will close the dialog when no new cloud printers are found.

Contributes to CURA-8689
This commit is contained in:
jspijker 2022-11-09 07:40:44 +01:00
parent e9a1806570
commit 2ef0c3d163

View File

@ -22,10 +22,6 @@ Control
{
base.goToPage("add_cloud_printers")
}
else
{
goToThirdPartyPrinter()
}
}
contentItem: ColumnLayout