Update campaign links in onboarding-add printer flow

contributes to CURA-8689
This commit is contained in:
c.lamboo 2022-11-01 16:59:25 +01:00
parent 5cb67ab8c4
commit 846102be4e
2 changed files with 2 additions and 2 deletions

View File

@ -69,7 +69,7 @@ Control
iconSource: UM.Theme.getIcon("LinkExternal") iconSource: UM.Theme.getIcon("LinkExternal")
isIconOnRightSide: true isIconOnRightSide: true
textFont: UM.Theme.getFont("small") 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")
} }
} }
} }

View File

@ -84,7 +84,7 @@ Control
iconSource: UM.Theme.getIcon("LinkExternal") iconSource: UM.Theme.getIcon("LinkExternal")
isIconOnRightSide: true isIconOnRightSide: true
textFont: UM.Theme.getFont("small") 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")
} }
} }
} }