mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-01 16:24:41 +08:00
Always go to plug-ins page regardless of active tab
This was a requirement from UX. Apparently we're adding a link to the materials elsewhere. Contributes to issue CURA-7071.
This commit is contained in:
parent
13644f7e41
commit
1c79193f9a
@ -89,15 +89,7 @@ Item
|
||||
rightMargin: UM.Theme.getSize("default_margin").width
|
||||
verticalCenter: parent.verticalCenter
|
||||
}
|
||||
onClicked:
|
||||
{
|
||||
let page = "plugins"; //Online page to go to on the Marketplace subdomain.
|
||||
if(materialsTabButton.active)
|
||||
{
|
||||
page = "materials";
|
||||
}
|
||||
Qt.openUrlExternally(toolbox.getWebMarketplaceUrl(page));
|
||||
}
|
||||
onClicked: Qt.openUrlExternally(toolbox.getWebMarketplaceUrl("plugins"))
|
||||
UM.RecolorImage
|
||||
{
|
||||
id: cloudMarketplaceButton
|
||||
|
Loading…
x
Reference in New Issue
Block a user