Merge branch 'main' into CURA-12138-Export_for_support_option

This commit is contained in:
HellAholic 2024-09-16 13:05:29 +02:00 committed by GitHub
commit 7ebad9c107
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 481 additions and 68 deletions

View file

@ -62,7 +62,6 @@ Item
property alias showProfileFolder: showProfileFolderAction
property alias documentation: documentationAction
property alias showTroubleshooting: showTroubleShootingAction
property alias openSponsershipPage: openSponsershipPageAction
property alias reportBug: reportBugAction
property alias whatsNew: whatsNewAction
@ -87,14 +86,6 @@ Item
UM.I18nCatalog{id: catalog; name: "cura"}
Action
{
id: showTroubleShootingAction
onTriggered: Qt.openUrlExternally("https://ultimaker.com/en/troubleshooting?utm_source=cura&utm_medium=software&utm_campaign=dropdown-troubleshooting")
text: catalog.i18nc("@action:inmenu", "Show Online Troubleshooting")
}
Action
{
id: openSponsershipPageAction