Change link of "Upgrade plan" button

CURA-8112
This commit is contained in:
Konstantinos Karmas 2021-07-15 16:36:49 +02:00
parent 26a17e0603
commit 82c189327d

View file

@ -81,7 +81,7 @@ Item
tooltip: "You have reached the maximum number of projects allowed by your subscription. Please upgrade to the Professional subscription to create more projects." tooltip: "You have reached the maximum number of projects allowed by your subscription. Please upgrade to the Professional subscription to create more projects."
tooltipWidth: parent.width * 0.5 tooltipWidth: parent.width * 0.5
onClicked: Qt.openUrlExternally("https://ultimaker.com/software/enterprise-software") onClicked: Qt.openUrlExternally("https://ultimaker.com/software/ultimaker-essentials/sign-up-cura?utm_source=cura&utm_medium=software&utm_campaign=lib-max")
} }
} }