mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-15 04:08:02 +08:00
Change top external button to point to marketplace website
CURA-8762
This commit is contained in:
parent
d29b00b4be
commit
3b801e9f18
@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user