Let Marketplace button open Marketplace instead of Toolbox

This hijacks the button to open something else. The old Toolbox is no longer accessible now.

Contributes to issue CURA-8556.
This commit is contained in:
Ghostkeeper 2021-10-19 13:46:21 +02:00
parent c35b1f4135
commit 8beac74417
No known key found for this signature in database
GPG key ID: 68F39EA88EEED5FF

View file

@ -202,7 +202,7 @@ Item
target: Cura.Actions.browsePackages
function onTriggered()
{
curaExtensions.callExtensionMethod("Toolbox", "launch")
curaExtensions.callExtensionMethod("Marketplace", "show")
}
}