mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 18:55:59 +08:00
Add correct links for troubleshooting buttons
Contributes to issue CURA-8609.
This commit is contained in:
parent
038db1fc4f
commit
52373c6850
@ -95,7 +95,7 @@ Window
|
|||||||
text: catalog.i18nc("@button", "Why do I need to sync material profiles?")
|
text: catalog.i18nc("@button", "Why do I need to sync material profiles?")
|
||||||
iconSource: UM.Theme.getIcon("LinkExternal")
|
iconSource: UM.Theme.getIcon("LinkExternal")
|
||||||
isIconOnRightSide: true
|
isIconOnRightSide: true
|
||||||
onClicked: Qt.openUrlExternally("https://ultimaker.com")
|
onClicked: Qt.openUrlExternally("https://support.ultimaker.com/hc/en-us/articles/360013137919?utm_source=cura&utm_medium=software&utm_campaign=sync-material-printer-why")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -336,6 +336,7 @@ Window
|
|||||||
text: catalog.i18nc("@button", "Troubleshooting")
|
text: catalog.i18nc("@button", "Troubleshooting")
|
||||||
iconSource: UM.Theme.getIcon("LinkExternal")
|
iconSource: UM.Theme.getIcon("LinkExternal")
|
||||||
Layout.preferredHeight: height
|
Layout.preferredHeight: height
|
||||||
|
onClicked: Qt.openUrlExternally("https://support.ultimaker.com/hc/en-us/articles/360012019239?utm_source=cura&utm_medium=software&utm_campaign=sync-material-wizard-troubleshoot-cloud-printer")
|
||||||
}
|
}
|
||||||
Item
|
Item
|
||||||
{
|
{
|
||||||
@ -426,7 +427,7 @@ Window
|
|||||||
anchors.left: parent.left
|
anchors.left: parent.left
|
||||||
text: catalog.i18nc("@button", "How to load new material profiles to my printer")
|
text: catalog.i18nc("@button", "How to load new material profiles to my printer")
|
||||||
iconSource: UM.Theme.getIcon("LinkExternal")
|
iconSource: UM.Theme.getIcon("LinkExternal")
|
||||||
onClicked: Qt.openUrlExternally("https://www.ultimaker.com")
|
onClicked: Qt.openUrlExternally("https://support.ultimaker.com/hc/en-us/articles/360013137919?utm_source=cura&utm_medium=software&utm_campaign=sync-material-wizard-how-usb")
|
||||||
}
|
}
|
||||||
Cura.PrimaryButton
|
Cura.PrimaryButton
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user