mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-19 12:47:49 -06:00
Change top external button to point to marketplace website
CURA-8762
This commit is contained in:
parent
d29b00b4be
commit
3b801e9f18
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ Item
|
||||||
color: externalLinkButton.hovered ? UM.Theme.getColor("action_button_hovered"): "transparent"
|
color: externalLinkButton.hovered ? UM.Theme.getColor("action_button_hovered"): "transparent"
|
||||||
radius: externalLinkButton.width / 2
|
radius: externalLinkButton.width / 2
|
||||||
}
|
}
|
||||||
onClicked: Qt.openUrlExternally(packageData.authorInfoUrl)
|
onClicked: Qt.openUrlExternally(packageData.marketplaceURL)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue