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.
This commit is contained in:
Ghostkeeper 2022-06-14 18:20:35 +02:00
parent b18cb1f649
commit 3acc7bcb1c
No known key found for this signature in database
GPG key ID: D2A8871EE34EC59A

View file

@ -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?
}
}