diff --git a/plugins/Toolbox/resources/qml/components/ToolboxHeader.qml b/plugins/Toolbox/resources/qml/components/ToolboxHeader.qml index df1a43911e..e0cdb44d7d 100644 --- a/plugins/Toolbox/resources/qml/components/ToolboxHeader.qml +++ b/plugins/Toolbox/resources/qml/components/ToolboxHeader.qml @@ -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