Let readmore point towards marketplace URL

CURA-8762
This commit is contained in:
Jaime van Kessel 2022-02-22 16:38:47 +01:00
parent 7926a2bbdc
commit d29b00b4be
2 changed files with 6 additions and 1 deletions

View file

@ -88,7 +88,7 @@ Rectangle
textFont: descriptionLabel.font
isIconOnRightSide: true
onClicked: Qt.openUrlExternally(packageData.packageInfoUrl)
onClicked: Qt.openUrlExternally(packageData.marketplaceURL)
}
}
}