Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorc.lamboo <casperlamboo@gmail.com>2022-11-01 18:59:25 +0300
committerc.lamboo <casperlamboo@gmail.com>2022-11-01 18:59:25 +0300
commit846102be4e270af956eaee339bd758a4fd8735fb (patch)
tree03a3e819450cf82a7384e559c4e13dcf496cb5cb
parent5cb67ab8c42f8d24337654c45c4cca16d177a4c3 (diff)
Update campaign links in onboarding-add printer flow
contributes to CURA-8689
-rw-r--r--resources/qml/WelcomePages/AddUltimakerOrThirdPartyPrinter.qml2
-rw-r--r--resources/qml/WelcomePages/AddUltimakerPrinter.qml2
2 files changed, 2 insertions, 2 deletions
diff --git a/resources/qml/WelcomePages/AddUltimakerOrThirdPartyPrinter.qml b/resources/qml/WelcomePages/AddUltimakerOrThirdPartyPrinter.qml
index c56ef6be4c..01b375f66d 100644
--- a/resources/qml/WelcomePages/AddUltimakerOrThirdPartyPrinter.qml
+++ b/resources/qml/WelcomePages/AddUltimakerOrThirdPartyPrinter.qml
@@ -69,7 +69,7 @@ Control
iconSource: UM.Theme.getIcon("LinkExternal")
isIconOnRightSide: true
textFont: UM.Theme.getFont("small")
- onClicked: Qt.openUrlExternally("") // TODO: Update url
+ onClicked: Qt.openUrlExternally("https://support.ultimaker.com/hc/en-us/articles/360012019239?utm_source=cura&utm_medium=software&utm_campaign=onboarding-add-printer")
}
}
} \ No newline at end of file
diff --git a/resources/qml/WelcomePages/AddUltimakerPrinter.qml b/resources/qml/WelcomePages/AddUltimakerPrinter.qml
index eb521acf91..3566600159 100644
--- a/resources/qml/WelcomePages/AddUltimakerPrinter.qml
+++ b/resources/qml/WelcomePages/AddUltimakerPrinter.qml
@@ -84,7 +84,7 @@ Control
iconSource: UM.Theme.getIcon("LinkExternal")
isIconOnRightSide: true
textFont: UM.Theme.getFont("small")
- onClicked: Qt.openUrlExternally("") // TODO: Update url
+ onClicked: Qt.openUrlExternally("https://support.ultimaker.com/hc/en-us/articles/360012019239?utm_source=cura&utm_medium=software&utm_campaign=onboarding-add-printer")
}
}
}