From 2ef0c3d163fbaacb24f28fa66bb57b6d2911e9a5 Mon Sep 17 00:00:00 2001 From: jspijker Date: Wed, 9 Nov 2022 07:40:44 +0100 Subject: [PATCH] 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 --- resources/qml/WelcomePages/AddUltimakerPrinter.qml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/resources/qml/WelcomePages/AddUltimakerPrinter.qml b/resources/qml/WelcomePages/AddUltimakerPrinter.qml index 4fe0e028aa..a8a1c65af7 100644 --- a/resources/qml/WelcomePages/AddUltimakerPrinter.qml +++ b/resources/qml/WelcomePages/AddUltimakerPrinter.qml @@ -22,10 +22,6 @@ Control { base.goToPage("add_cloud_printers") } - else - { - goToThirdPartyPrinter() - } } contentItem: ColumnLayout