Change top external button to point to marketplace website

CURA-8762
This commit is contained in:
Jaime van Kessel 2022-02-23 09:57:04 +01:00
parent d29b00b4be
commit 3b801e9f18

View File

@ -119,7 +119,7 @@ Item
color: externalLinkButton.hovered ? UM.Theme.getColor("action_button_hovered"): "transparent"
radius: externalLinkButton.width / 2
}
onClicked: Qt.openUrlExternally(packageData.authorInfoUrl)
onClicked: Qt.openUrlExternally(packageData.marketplaceURL)
}
}