From 3acc7bcb1c522cb9dcbec243af9c414fd95f7847 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Tue, 14 Jun 2022 18:20:35 +0200 Subject: [PATCH] Add actual link to help page for when a profile is not supported Doesn't have UTM tags though. Maybe that's not important here. Contributes to issue CURA-8849. --- .../Recommended/UnsupportedProfileIndication.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/qml/PrintSetupSelector/Recommended/UnsupportedProfileIndication.qml b/resources/qml/PrintSetupSelector/Recommended/UnsupportedProfileIndication.qml index 86852de4a0..6d1511d526 100644 --- a/resources/qml/PrintSetupSelector/Recommended/UnsupportedProfileIndication.qml +++ b/resources/qml/PrintSetupSelector/Recommended/UnsupportedProfileIndication.qml @@ -49,6 +49,6 @@ Column iconSource: UM.Theme.getIcon("LinkExternal") isIconOnRightSide: true - onClicked: Qt.openUrlExternally("https://ultimaker.com/") //TODO: Fill in the actual link. + onClicked: Qt.openUrlExternally("https://support.ultimaker.com/hc/en-us/articles/360012909099-How-to-check-why-a-profile-is-Not-supported") //TODO: Add tags? } } \ No newline at end of file