From 548e6e19e50d4605a53fa8f9b6061a55e7e329ab Mon Sep 17 00:00:00 2001 From: Evangelos Trantos Date: Mon, 14 Sep 2020 21:20:38 +0200 Subject: [PATCH] Remove the opening of the mycloud/digital factory URL in cases where the user has already signed in. In cases where a staging build is created this hardcoded value would cause confusion, since it would always point the user to the production environment. --- .../qml/WelcomePages/AddNetworkOrLocalPrinterContent.qml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/resources/qml/WelcomePages/AddNetworkOrLocalPrinterContent.qml b/resources/qml/WelcomePages/AddNetworkOrLocalPrinterContent.qml index 6ac567b0b1..c2706cb8d4 100644 --- a/resources/qml/WelcomePages/AddNetworkOrLocalPrinterContent.qml +++ b/resources/qml/WelcomePages/AddNetworkOrLocalPrinterContent.qml @@ -73,11 +73,6 @@ Item { Cura.API.account.login() } - else - { - Qt.openUrlExternally("https://mycloud.ultimaker.com/") - } - } } }