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:
authorj.delarago <joeydelarago@gmail.com>2022-06-15 10:48:08 +0300
committerj.delarago <joeydelarago@gmail.com>2022-06-15 10:48:08 +0300
commit5fa10b0b8ac9614832d7506cbaa09ba7740f0ca4 (patch)
treed10e4e5a57266cab2f9413ae5059bad6eb1308b9 /resources/qml
parentd293855c6528019e919f043b88648d05b3c1269b (diff)
Add campaign link
CURA-8849
Diffstat (limited to 'resources/qml')
-rw-r--r--resources/qml/PrintSetupSelector/Recommended/UnsupportedProfileIndication.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/qml/PrintSetupSelector/Recommended/UnsupportedProfileIndication.qml b/resources/qml/PrintSetupSelector/Recommended/UnsupportedProfileIndication.qml
index 6d1511d526..ff12fa9307 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://support.ultimaker.com/hc/en-us/articles/360012909099-How-to-check-why-a-profile-is-Not-supported") //TODO: Add tags?
+ onClicked: Qt.openUrlExternally("https://support.ultimaker.com/hc/en-us/articles/360012909099")
}
} \ No newline at end of file