mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-19 12:47:49 -06:00
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:
parent
e9a1806570
commit
2ef0c3d163
1 changed files with 0 additions and 4 deletions
|
@ -22,10 +22,6 @@ Control
|
||||||
{
|
{
|
||||||
base.goToPage("add_cloud_printers")
|
base.goToPage("add_cloud_printers")
|
||||||
}
|
}
|
||||||
else
|
|
||||||
{
|
|
||||||
goToThirdPartyPrinter()
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
contentItem: ColumnLayout
|
contentItem: ColumnLayout
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue